Html Css Color HEX #FC1FE5 Razzle Dazzle Rose

📋 copy color: '#FC1FE5'

red 252 ◦ green 31 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FC1FE5

Tints of Razzle Dazzle Rose #FC1FE5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.05%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 49.22%
G = 6.05%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC1FE5 (or 0xFC1FE5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1F and E5. RGB value is (252,31,229). Sum of RGB (Red+Green+Blue) = 252+31+229=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1FE5 is #03E01A. Grayscale: #777777. Windows color (decimal): -253979 or 15015932. OLE color: 15015932.

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

Color convert

RGB 252 31 229 -
CMYK 0 0.88 0.09 0.01
HSL 306.24º 0.97% 0.55% -
HSV(B) 306.24º 0.88% 0.99% -
XYZ 54.78 27.33 76.52 -
YUV 119.65 189.72 222.4 -
System Red Green Blue C M Y K H S L
Decimal 252 31 229 0 0.88 0.09 0.01 306.24 0.97 0.55
Hex FC 1F E5 0 58 9 1 132 61 37
Octal 374 37 345 0 130 11 1 462 141 67
Binary 11111100 11111 11100101 0 1011000 1001 1 100110010 1100001 110111

Color Harmonies of #FC1FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1FE5

Black with #FC1FE5

Text Example


Text Example

White with #FC1FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1FE5; }

 p { color: rgb(252,31,229); }

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

background-color css

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

 a { background-color: rgb(252,31,229); }

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

border-color css

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

 span { border-color: rgb(252,31,229); }

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