Html Css Color HEX #F94CA0 Brilliant Rose

📋 copy color: '#F94CA0'

red 249 ◦ green 76 ◦ blue 160

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

Shades of Brilliant Rose #F94CA0

Tints of Brilliant Rose #F94CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 51.34%
G = 15.67%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F94CA0 (or 0xF94CA0) is known color: Brilliant Rose. HEX triplet: F9, 4C and A0. RGB value is (249,76,160). Sum of RGB (Red+Green+Blue) = 249+76+160=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CA0 is #06B35F. Grayscale: #898989. Windows color (decimal): -439136 or 10505465. OLE color: 10505465.

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

Color convert

RGB 249 76 160 -
CMYK 0 0.69 0.36 0.02
HSL 330.87º 0.94% 0.64% -
HSV(B) 330.87º 0.69% 0.98% -
XYZ 48 27.85 36.1 -
YUV 137.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 249 76 160 0 0.69 0.36 0.02 330.87 0.94 0.64
Hex F9 4C A0 0 45 24 2 14B 5E 40
Octal 371 114 240 0 105 44 2 513 136 100
Binary 11111001 1001100 10100000 0 1000101 100100 10 101001011 1011110 1000000

Color Harmonies of #F94CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CA0

Black with #F94CA0

Text Example


Text Example

White with #F94CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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