Html Css Color HEX #FC64A4 Brilliant Rose

📋 copy color: '#FC64A4'

red 252 ◦ green 100 ◦ blue 164

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

Shades of Brilliant Rose #FC64A4

Tints of Brilliant Rose #FC64A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.78%

R = 48.84%
G = 19.38%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC64A4 (or 0xFC64A4) is known color: Brilliant Rose. HEX triplet: FC, 64 and A4. RGB value is (252,100,164). Sum of RGB (Red+Green+Blue) = 252+100+164=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64A4 is #039B5B. Grayscale: #989898. Windows color (decimal): -236380 or 10773756. OLE color: 10773756.

HSL color Cylindrical-coordinate representation of color #FC64A4: hue angle of 334.74º 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 #FC64A4 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 164 -
CMYK 0 0.60 0.35 0.01
HSL 334.74º 0.96% 0.69% -
HSV(B) 334.74º 0.6% 0.99% -
XYZ 51.4 32.49 38.68 -
YUV 152.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 252 100 164 0 0.60 0.35 0.01 334.74 0.96 0.69
Hex FC 64 A4 0 3C 23 1 14F 60 45
Octal 374 144 244 0 74 43 1 517 140 105
Binary 11111100 1100100 10100100 0 111100 100011 1 101001111 1100000 1000101

Color Harmonies of #FC64A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64A4

Black with #FC64A4

Text Example


Text Example

White with #FC64A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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