Html Css Color HEX #FE42BD Razzle Dazzle Rose

📋 copy color: '#FE42BD'

red 254 ◦ green 66 ◦ blue 189

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

Shades of Razzle Dazzle Rose #FE42BD

Tints of Razzle Dazzle Rose #FE42BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.97%

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 49.9%
G = 12.97%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE42BD (or 0xFE42BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and BD. RGB value is (254,66,189). Sum of RGB (Red+Green+Blue) = 254+66+189=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42BD is #01BD42. Grayscale: #878787. Windows color (decimal): -113987 or 12403454. OLE color: 12403454.

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

Color convert

RGB 254 66 189 -
CMYK 0 0.74 0.26 0.00
HSL 320.74º 0.99% 0.63% -
HSV(B) 320.74º 0.74% 1% -
XYZ 52.01 28.64 50.93 -
YUV 136.23 157.78 212 -
System Red Green Blue C M Y K H S L
Decimal 254 66 189 0 0.74 0.26 0.00 320.74 0.99 0.63
Hex FE 42 BD 0 4A 1A 0 141 63 3F
Octal 376 102 275 0 112 32 0 501 143 77
Binary 11111110 1000010 10111101 0 1001010 11010 0 101000001 1100011 111111

Color Harmonies of #FE42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE42BD

Black with #FE42BD

Text Example


Text Example

White with #FE42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE42BD; }

 p { color: rgb(254,66,189); }

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

background-color css

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

 a { background-color: rgb(254,66,189); }

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

border-color css

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

 span { border-color: rgb(254,66,189); }

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