Html Css Color HEX #FE41CB Razzle Dazzle Rose

📋 copy color: '#FE41CB'

red 254 ◦ green 65 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FE41CB

Tints of Razzle Dazzle Rose #FE41CB

RGB

 RED value IS 254 (99.61% from 255) = 48.66%

 GREEN value IS 65 (25.78% from 255) = 12.45%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 48.66%
G = 12.45%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE41CB (or 0xFE41CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and CB. RGB value is (254,65,203). Sum of RGB (Red+Green+Blue) = 254+65+203=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41CB is #01BE34. Grayscale: #888888. Windows color (decimal): -114229 or 13320702. OLE color: 13320702.

HSL color Cylindrical-coordinate representation of color #FE41CB: hue angle of 316.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41CB is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 65 203 -
CMYK 0 0.74 0.20 0.00
HSL 316.19º 0.99% 0.63% -
HSV(B) 316.19º 0.74% 1% -
XYZ 53.54 29.16 59.31 -
YUV 137.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 254 65 203 0 0.74 0.20 0.00 316.19 0.99 0.63
Hex FE 41 CB 0 4A 14 0 13C 63 3F
Octal 376 101 313 0 112 24 0 474 143 77
Binary 11111110 1000001 11001011 0 1001010 10100 0 100111100 1100011 111111

Color Harmonies of #FE41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE41CB

Black with #FE41CB

Text Example


Text Example

White with #FE41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE41CB; }

 p { color: rgb(254,65,203); }

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

background-color css

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

 a { background-color: rgb(254,65,203); }

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

border-color css

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

 span { border-color: rgb(254,65,203); }

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