Html Css Color HEX #FE42BE Razzle Dazzle Rose

📋 copy color: '#FE42BE'

red 254 ◦ green 66 ◦ blue 190

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

Shades of Razzle Dazzle Rose #FE42BE

Tints of Razzle Dazzle Rose #FE42BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 49.8%
G = 12.94%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE42BE (or 0xFE42BE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and BE. RGB value is (254,66,190). Sum of RGB (Red+Green+Blue) = 254+66+190=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42BE is #01BD41. Grayscale: #888888. Windows color (decimal): -113986 or 12468990. OLE color: 12468990.

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

Color convert

RGB 254 66 190 -
CMYK 0 0.74 0.25 0.00
HSL 320.43º 0.99% 0.63% -
HSV(B) 320.43º 0.74% 1% -
XYZ 52.12 28.68 51.51 -
YUV 136.35 158.28 211.92 -
System Red Green Blue C M Y K H S L
Decimal 254 66 190 0 0.74 0.25 0.00 320.43 0.99 0.63
Hex FE 42 BE 0 4A 19 0 140 63 3F
Octal 376 102 276 0 112 31 0 500 143 77
Binary 11111110 1000010 10111110 0 1001010 11001 0 101000000 1100011 111111

Color Harmonies of #FE42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE42BE

Black with #FE42BE

Text Example


Text Example

White with #FE42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE42BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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