Html Css Color HEX #F94CB8 Brilliant Rose

📋 copy color: '#F94CB8'

red 249 ◦ green 76 ◦ blue 184

#F94CB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F94CB8

Tints of Brilliant Rose #F94CB8

RGB

 RED value IS 249 (97.66% from 255) = 48.92%

 GREEN value IS 76 (30.08% from 255) = 14.93%

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 48.92%
G = 14.93%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F94CB8 (or 0xF94CB8) is known color: Brilliant Rose. HEX triplet: F9, 4C and B8. RGB value is (249,76,184). Sum of RGB (Red+Green+Blue) = 249+76+184=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CB8 is #06B347. Grayscale: #8B8B8B. Windows color (decimal): -439112 or 12078329. OLE color: 12078329.

HSL color Cylindrical-coordinate representation of color #F94CB8: hue angle of 322.54º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CB8 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 76 184 -
CMYK 0 0.69 0.26 0.02
HSL 322.54º 0.94% 0.64% -
HSV(B) 322.54º 0.69% 0.98% -
XYZ 50.3 28.77 48.25 -
YUV 140.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 249 76 184 0 0.69 0.26 0.02 322.54 0.94 0.64
Hex F9 4C B8 0 45 1A 2 143 5E 40
Octal 371 114 270 0 105 32 2 503 136 100
Binary 11111001 1001100 10111000 0 1000101 11010 10 101000011 1011110 1000000

Color Harmonies of #F94CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CB8

Black with #F94CB8

Text Example


Text Example

White with #F94CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CB8; }

 p { color: rgb(249,76,184); }

 H1.HeaderClassName
 {
   color: #F94CB8;
 }
 .AnyTagClassName
 {
   color: #F94CB8;
 }
</style>

background-color css

<style>
 a { background-color: #F94CB8; }

 a { background-color: rgb(249,76,184); }

 div.DivClassName
 {
   background-color: #F94CB8;
 }
 .BgClassName
 {
   background-color: #F94CB8;
 }
</style>

border-color css

<style>
 span { border-color: #F94CB8; }

 span { border-color: rgb(249,76,184); }

 td.TdClassName
 {
   border-color: #F94CB8;
 }
 .TagClassName
 {
   border-color: #F94CB8;
 }
</style>