Html Css Color HEX #FE47CB Razzle Dazzle Rose

📋 copy color: '#FE47CB'

red 254 ◦ green 71 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FE47CB

Tints of Razzle Dazzle Rose #FE47CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.45%

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

R = 48.11%
G = 13.45%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE47CB (or 0xFE47CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and CB. RGB value is (254,71,203). Sum of RGB (Red+Green+Blue) = 254+71+203=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47CB is #01B834. Grayscale: #8C8C8C. Windows color (decimal): -112693 or 13322238. OLE color: 13322238.

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

Color convert

RGB 254 71 203 -
CMYK 0 0.72 0.20 0.00
HSL 316.72º 0.99% 0.64% -
HSV(B) 316.72º 0.72% 1% -
XYZ 53.91 29.89 59.43 -
YUV 140.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 254 71 203 0 0.72 0.20 0.00 316.72 0.99 0.64
Hex FE 47 CB 0 48 14 0 13D 63 40
Octal 376 107 313 0 110 24 0 475 143 100
Binary 11111110 1000111 11001011 0 1001000 10100 0 100111101 1100011 1000000

Color Harmonies of #FE47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47CB

Black with #FE47CB

Text Example


Text Example

White with #FE47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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