Html Css Color HEX #F530ED Razzle Dazzle Rose

📋 copy color: '#F530ED'

red 245 ◦ green 48 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F530ED

Tints of Razzle Dazzle Rose #F530ED

RGB

 RED value IS 245 (96.09% from 255) = 46.23%

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 46.23%
G = 9.06%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F530ED (or 0xF530ED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and ED. RGB value is (245,48,237). Sum of RGB (Red+Green+Blue) = 245+48+237=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F530ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F530ED is #0ACF12. Grayscale: #7F7F7F. Windows color (decimal): -708371 or 15544565. OLE color: 15544565.

HSL color Cylindrical-coordinate representation of color #F530ED: hue angle of 302.44º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F530ED is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 237 -
CMYK 0 0.80 0.03 0.04
HSL 302.44º 0.91% 0.57% -
HSV(B) 302.44º 0.8% 0.96% -
XYZ 54 27.64 82.61 -
YUV 128.45 189.27 211.13 -
System Red Green Blue C M Y K H S L
Decimal 245 48 237 0 0.80 0.03 0.04 302.44 0.91 0.57
Hex F5 30 ED 0 50 3 4 12E 5B 39
Octal 365 60 355 0 120 3 4 456 133 71
Binary 11110101 110000 11101101 0 1010000 11 100 100101110 1011011 111001

Color Harmonies of #F530ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530ED

Black with #F530ED

Text Example


Text Example

White with #F530ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530ED; }

 p { color: rgb(245,48,237); }

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

background-color css

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

 a { background-color: rgb(245,48,237); }

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

border-color css

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

 span { border-color: rgb(245,48,237); }

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