Html Css Color HEX #FE30BB Razzle Dazzle Rose

📋 copy color: '#FE30BB'

red 254 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FE30BB

Tints of Razzle Dazzle Rose #FE30BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.82%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 51.94%
G = 9.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE30BB (or 0xFE30BB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and BB. RGB value is (254,48,187). Sum of RGB (Red+Green+Blue) = 254+48+187=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30BB is #01CF44. Grayscale: #7D7D7D. Windows color (decimal): -118597 or 12267774. OLE color: 12267774.

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

Color convert

RGB 254 48 187 -
CMYK 0 0.81 0.26 0.00
HSL 319.51º 0.99% 0.59% -
HSV(B) 319.51º 0.81% 1% -
XYZ 50.9 26.77 49.5 -
YUV 125.44 162.75 219.7 -
System Red Green Blue C M Y K H S L
Decimal 254 48 187 0 0.81 0.26 0.00 319.51 0.99 0.59
Hex FE 30 BB 0 51 1A 0 140 63 3B
Octal 376 60 273 0 121 32 0 500 143 73
Binary 11111110 110000 10111011 0 1010001 11010 0 101000000 1100011 111011

Color Harmonies of #FE30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30BB

Black with #FE30BB

Text Example


Text Example

White with #FE30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30BB; }

 p { color: rgb(254,48,187); }

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

background-color css

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

 a { background-color: rgb(254,48,187); }

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

border-color css

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

 span { border-color: rgb(254,48,187); }

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