Html Css Color HEX #FE4DBF Razzle Dazzle Rose

📋 copy color: '#FE4DBF'

red 254 ◦ green 77 ◦ blue 191

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

Shades of Razzle Dazzle Rose #FE4DBF

Tints of Razzle Dazzle Rose #FE4DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.75%

 BLUE value IS 191 (75% from 255) = 36.59%

R = 48.66%
G = 14.75%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE4DBF (or 0xFE4DBF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and BF. RGB value is (254,77,191). Sum of RGB (Red+Green+Blue) = 254+77+191=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DBF is #01B240. Grayscale: #8E8E8E. Windows color (decimal): -111169 or 12537342. OLE color: 12537342.

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

Color convert

RGB 254 77 191 -
CMYK 0 0.70 0.25 0.00
HSL 321.36º 0.99% 0.65% -
HSV(B) 321.36º 0.7% 1% -
XYZ 52.93 30.14 52.32 -
YUV 142.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 254 77 191 0 0.70 0.25 0.00 321.36 0.99 0.65
Hex FE 4D BF 0 46 19 0 141 63 41
Octal 376 115 277 0 106 31 0 501 143 101
Binary 11111110 1001101 10111111 0 1000110 11001 0 101000001 1100011 1000001

Color Harmonies of #FE4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4DBF

Black with #FE4DBF

Text Example


Text Example

White with #FE4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4DBF; }

 p { color: rgb(254,77,191); }

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

background-color css

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

 a { background-color: rgb(254,77,191); }

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

border-color css

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

 span { border-color: rgb(254,77,191); }

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