Html Css Color HEX #F94CA8 Brilliant Rose

📋 copy color: '#F94CA8'

red 249 ◦ green 76 ◦ blue 168

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

Shades of Brilliant Rose #F94CA8

Tints of Brilliant Rose #F94CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 50.51%
G = 15.42%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F94CA8 (or 0xF94CA8) is known color: Brilliant Rose. HEX triplet: F9, 4C and A8. RGB value is (249,76,168). Sum of RGB (Red+Green+Blue) = 249+76+168=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CA8 is #06B357. Grayscale: #8A8A8A. Windows color (decimal): -439128 or 11029753. OLE color: 11029753.

HSL color Cylindrical-coordinate representation of color #F94CA8: hue angle of 328.09º 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 #F94CA8 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 76 168 -
CMYK 0 0.69 0.33 0.02
HSL 328.09º 0.94% 0.64% -
HSV(B) 328.09º 0.69% 0.98% -
XYZ 48.72 28.14 39.91 -
YUV 138.22 144.81 207.02 -
System Red Green Blue C M Y K H S L
Decimal 249 76 168 0 0.69 0.33 0.02 328.09 0.94 0.64
Hex F9 4C A8 0 45 21 2 148 5E 40
Octal 371 114 250 0 105 41 2 510 136 100
Binary 11111001 1001100 10101000 0 1000101 100001 10 101001000 1011110 1000000

Color Harmonies of #F94CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CA8

Black with #F94CA8

Text Example


Text Example

White with #F94CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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