Html Css Color HEX #F94CAF Brilliant Rose

📋 copy color: '#F94CAF'

red 249 ◦ green 76 ◦ blue 175

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

Shades of Brilliant Rose #F94CAF

Tints of Brilliant Rose #F94CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 49.8%
G = 15.2%
B = 35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F94CAF (or 0xF94CAF) is known color: Brilliant Rose. HEX triplet: F9, 4C and AF. RGB value is (249,76,175). Sum of RGB (Red+Green+Blue) = 249+76+175=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CAF is #06B350. Grayscale: #8A8A8A. Windows color (decimal): -439121 or 11488505. OLE color: 11488505.

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

Color convert

RGB 249 76 175 -
CMYK 0 0.69 0.30 0.02
HSL 325.66º 0.94% 0.64% -
HSV(B) 325.66º 0.69% 0.98% -
XYZ 49.39 28.4 43.44 -
YUV 139.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 249 76 175 0 0.69 0.30 0.02 325.66 0.94 0.64
Hex F9 4C AF 0 45 1E 2 146 5E 40
Octal 371 114 257 0 105 36 2 506 136 100
Binary 11111001 1001100 10101111 0 1000101 11110 10 101000110 1011110 1000000

Color Harmonies of #F94CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CAF

Black with #F94CAF

Text Example


Text Example

White with #F94CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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