Html Css Color HEX #FE2FB9 Razzle Dazzle Rose

📋 copy color: '#FE2FB9'

red 254 ◦ green 47 ◦ blue 185

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

Shades of Razzle Dazzle Rose #FE2FB9

Tints of Razzle Dazzle Rose #FE2FB9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.67%

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 52.26%
G = 9.67%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE2FB9 (or 0xFE2FB9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and B9. RGB value is (254,47,185). Sum of RGB (Red+Green+Blue) = 254+47+185=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FB9 is #01D046. Grayscale: #7C7C7C. Windows color (decimal): -118855 or 12136446. OLE color: 12136446.

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

Color convert

RGB 254 47 185 -
CMYK 0 0.81 0.27 0.00
HSL 320º 0.99% 0.59% -
HSV(B) 320º 0.81% 1% -
XYZ 50.65 26.61 48.37 -
YUV 124.63 162.08 220.28 -
System Red Green Blue C M Y K H S L
Decimal 254 47 185 0 0.81 0.27 0.00 320 0.99 0.59
Hex FE 2F B9 0 51 1B 0 140 63 3B
Octal 376 57 271 0 121 33 0 500 143 73
Binary 11111110 101111 10111001 0 1010001 11011 0 101000000 1100011 111011

Color Harmonies of #FE2FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FB9

Black with #FE2FB9

Text Example


Text Example

White with #FE2FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FB9; }

 p { color: rgb(254,47,185); }

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

background-color css

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

 a { background-color: rgb(254,47,185); }

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

border-color css

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

 span { border-color: rgb(254,47,185); }

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