Html Css Color HEX #FC469C Brilliant Rose

📋 copy color: '#FC469C'

red 252 ◦ green 70 ◦ blue 156

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

Shades of Brilliant Rose #FC469C

Tints of Brilliant Rose #FC469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.64%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 52.72%
G = 14.64%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC469C (or 0xFC469C) is known color: Brilliant Rose. HEX triplet: FC, 46 and 9C. RGB value is (252,70,156). Sum of RGB (Red+Green+Blue) = 252+70+156=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC469C is #03B963. Grayscale: #868686. Windows color (decimal): -244068 or 10241788. OLE color: 10241788.

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

Color convert

RGB 252 70 156 -
CMYK 0 0.72 0.38 0.01
HSL 331.65º 0.97% 0.63% -
HSV(B) 331.65º 0.72% 0.99% -
XYZ 48.34 27.48 34.21 -
YUV 134.22 140.3 212.01 -
System Red Green Blue C M Y K H S L
Decimal 252 70 156 0 0.72 0.38 0.01 331.65 0.97 0.63
Hex FC 46 9C 0 48 26 1 14C 61 3F
Octal 374 106 234 0 110 46 1 514 141 77
Binary 11111100 1000110 10011100 0 1001000 100110 1 101001100 1100001 111111

Color Harmonies of #FC469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC469C

Black with #FC469C

Text Example


Text Example

White with #FC469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC469C; }

 p { color: rgb(252,70,156); }

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

background-color css

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

 a { background-color: rgb(252,70,156); }

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

border-color css

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

 span { border-color: rgb(252,70,156); }

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