Html Css Color HEX #FC449F Brilliant Rose

📋 copy color: '#FC449F'

red 252 ◦ green 68 ◦ blue 159

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

Shades of Brilliant Rose #FC449F

Tints of Brilliant Rose #FC449F

RGB

 RED value IS 252 (98.83% from 255) = 52.61%

 GREEN value IS 68 (26.95% from 255) = 14.2%

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 52.61%
G = 14.2%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC449F (or 0xFC449F) is known color: Brilliant Rose. HEX triplet: FC, 44 and 9F. RGB value is (252,68,159). Sum of RGB (Red+Green+Blue) = 252+68+159=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC449F is #03BB60. Grayscale: #858585. Windows color (decimal): -244577 or 10437884. OLE color: 10437884.

HSL color Cylindrical-coordinate representation of color #FC449F: hue angle of 330.33º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC449F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 68 159 -
CMYK 0 0.73 0.37 0.01
HSL 330.33º 0.97% 0.63% -
HSV(B) 330.33º 0.73% 0.99% -
XYZ 48.47 27.33 35.52 -
YUV 133.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 252 68 159 0 0.73 0.37 0.01 330.33 0.97 0.63
Hex FC 44 9F 0 49 25 1 14A 61 3F
Octal 374 104 237 0 111 45 1 512 141 77
Binary 11111100 1000100 10011111 0 1001001 100101 1 101001010 1100001 111111

Color Harmonies of #FC449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC449F

Black with #FC449F

Text Example


Text Example

White with #FC449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC449F; }

 p { color: rgb(252,68,159); }

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

background-color css

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

 a { background-color: rgb(252,68,159); }

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

border-color css

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

 span { border-color: rgb(252,68,159); }

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