Html Css Color HEX #FC64A2 Brilliant Rose

📋 copy color: '#FC64A2'

red 252 ◦ green 100 ◦ blue 162

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

Shades of Brilliant Rose #FC64A2

Tints of Brilliant Rose #FC64A2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.46%

 BLUE value IS 162 (63.67% from 255) = 31.52%

R = 49.03%
G = 19.46%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC64A2 (or 0xFC64A2) is known color: Brilliant Rose. HEX triplet: FC, 64 and A2. RGB value is (252,100,162). Sum of RGB (Red+Green+Blue) = 252+100+162=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64A2 is #039B5D. Grayscale: #989898. Windows color (decimal): -236382 or 10642684. OLE color: 10642684.

HSL color Cylindrical-coordinate representation of color #FC64A2: hue angle of 335.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC64A2 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 162 -
CMYK 0 0.60 0.36 0.01
HSL 335.53º 0.96% 0.69% -
HSV(B) 335.53º 0.6% 0.99% -
XYZ 51.22 32.42 37.74 -
YUV 152.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 252 100 162 0 0.60 0.36 0.01 335.53 0.96 0.69
Hex FC 64 A2 0 3C 24 1 150 60 45
Octal 374 144 242 0 74 44 1 520 140 105
Binary 11111100 1100100 10100010 0 111100 100100 1 101010000 1100000 1000101

Color Harmonies of #FC64A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64A2

Black with #FC64A2

Text Example


Text Example

White with #FC64A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64A2; }

 p { color: rgb(252,100,162); }

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

background-color css

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

 a { background-color: rgb(252,100,162); }

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

border-color css

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

 span { border-color: rgb(252,100,162); }

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