Html Css Color HEX #FE30D2 Razzle Dazzle Rose

📋 copy color: '#FE30D2'

red 254 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FE30D2

Tints of Razzle Dazzle Rose #FE30D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 49.61%
G = 9.38%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE30D2 (or 0xFE30D2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and D2. RGB value is (254,48,210). Sum of RGB (Red+Green+Blue) = 254+48+210=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30D2 is #01CF2D. Grayscale: #7F7F7F. Windows color (decimal): -118574 or 13775102. OLE color: 13775102.

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

Color convert

RGB 254 48 210 -
CMYK 0 0.81 0.17 0.00
HSL 312.82º 0.99% 0.59% -
HSV(B) 312.82º 0.81% 1% -
XYZ 53.56 27.84 63.52 -
YUV 128.06 174.25 217.83 -
System Red Green Blue C M Y K H S L
Decimal 254 48 210 0 0.81 0.17 0.00 312.82 0.99 0.59
Hex FE 30 D2 0 51 11 0 139 63 3B
Octal 376 60 322 0 121 21 0 471 143 73
Binary 11111110 110000 11010010 0 1010001 10001 0 100111001 1100011 111011

Color Harmonies of #FE30D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30D2

Black with #FE30D2

Text Example


Text Example

White with #FE30D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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