Html Css Color HEX #FE47CF Razzle Dazzle Rose

📋 copy color: '#FE47CF'

red 254 ◦ green 71 ◦ blue 207

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

Shades of Razzle Dazzle Rose #FE47CF

Tints of Razzle Dazzle Rose #FE47CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 47.74%
G = 13.35%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE47CF (or 0xFE47CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and CF. RGB value is (254,71,207). Sum of RGB (Red+Green+Blue) = 254+71+207=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47CF is #01B830. Grayscale: #8C8C8C. Windows color (decimal): -112689 or 13584382. OLE color: 13584382.

HSL color Cylindrical-coordinate representation of color #FE47CF: hue angle of 315.41º 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 #FE47CF is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 71 207 -
CMYK 0 0.72 0.19 0.00
HSL 315.41º 0.99% 0.64% -
HSV(B) 315.41º 0.72% 1% -
XYZ 54.39 30.08 61.97 -
YUV 141.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 254 71 207 0 0.72 0.19 0.00 315.41 0.99 0.64
Hex FE 47 CF 0 48 13 0 13B 63 40
Octal 376 107 317 0 110 23 0 473 143 100
Binary 11111110 1000111 11001111 0 1001000 10011 0 100111011 1100011 1000000

Color Harmonies of #FE47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47CF

Black with #FE47CF

Text Example


Text Example

White with #FE47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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