Html Css Color HEX #FC4ABB Razzle Dazzle Rose

📋 copy color: '#FC4ABB'

red 252 ◦ green 74 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FC4ABB

Tints of Razzle Dazzle Rose #FC4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.42%

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 49.12%
G = 14.42%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC4ABB (or 0xFC4ABB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4A and BB. RGB value is (252,74,187). Sum of RGB (Red+Green+Blue) = 252+74+187=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4ABB is #03B544. Grayscale: #8B8B8B. Windows color (decimal): -243013 or 12274428. OLE color: 12274428.

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

Color convert

RGB 252 74 187 -
CMYK 0 0.71 0.26 0.01
HSL 321.91º 0.97% 0.64% -
HSV(B) 321.91º 0.71% 0.99% -
XYZ 51.56 29.18 49.93 -
YUV 140.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 252 74 187 0 0.71 0.26 0.01 321.91 0.97 0.64
Hex FC 4A BB 0 47 1A 1 142 61 40
Octal 374 112 273 0 107 32 1 502 141 100
Binary 11111100 1001010 10111011 0 1000111 11010 1 101000010 1100001 1000000

Color Harmonies of #FC4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4ABB

Black with #FC4ABB

Text Example


Text Example

White with #FC4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4ABB; }

 p { color: rgb(252,74,187); }

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

background-color css

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

 a { background-color: rgb(252,74,187); }

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

border-color css

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

 span { border-color: rgb(252,74,187); }

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