Html Css Color HEX #FE4FD2 Razzle Dazzle Rose

📋 copy color: '#FE4FD2'

red 254 ◦ green 79 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FE4FD2

Tints of Razzle Dazzle Rose #FE4FD2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.55%

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 46.78%
G = 14.55%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE4FD2 (or 0xFE4FD2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4F and D2. RGB value is (254,79,210). Sum of RGB (Red+Green+Blue) = 254+79+210=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FD2 is #01B02D. Grayscale: #919191. Windows color (decimal): -110638 or 13783038. OLE color: 13783038.

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

Color convert

RGB 254 79 210 -
CMYK 0 0.69 0.17 0.00
HSL 315.09º 0.99% 0.65% -
HSV(B) 315.09º 0.69% 1% -
XYZ 55.3 31.32 64.1 -
YUV 146.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 254 79 210 0 0.69 0.17 0.00 315.09 0.99 0.65
Hex FE 4F D2 0 45 11 0 13B 63 41
Octal 376 117 322 0 105 21 0 473 143 101
Binary 11111110 1001111 11010010 0 1000101 10001 0 100111011 1100011 1000001

Color Harmonies of #FE4FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FD2

Black with #FE4FD2

Text Example


Text Example

White with #FE4FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FD2; }

 p { color: rgb(254,79,210); }

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

background-color css

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

 a { background-color: rgb(254,79,210); }

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

border-color css

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

 span { border-color: rgb(254,79,210); }

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