Html Css Color HEX #F530EA Razzle Dazzle Rose

📋 copy color: '#F530EA'

red 245 ◦ green 48 ◦ blue 234

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

Shades of Razzle Dazzle Rose #F530EA

Tints of Razzle Dazzle Rose #F530EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 46.49%
G = 9.11%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F530EA (or 0xF530EA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and EA. RGB value is (245,48,234). Sum of RGB (Red+Green+Blue) = 245+48+234=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F530EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F530EA is #0ACF15. Grayscale: #7F7F7F. Windows color (decimal): -708374 or 15347957. OLE color: 15347957.

HSL color Cylindrical-coordinate representation of color #F530EA: hue angle of 303.35º 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 #F530EA is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 234 -
CMYK 0 0.80 0.04 0.04
HSL 303.35º 0.91% 0.57% -
HSV(B) 303.35º 0.8% 0.96% -
XYZ 53.56 27.47 80.32 -
YUV 128.11 187.77 211.38 -
System Red Green Blue C M Y K H S L
Decimal 245 48 234 0 0.80 0.04 0.04 303.35 0.91 0.57
Hex F5 30 EA 0 50 4 4 12F 5B 39
Octal 365 60 352 0 120 4 4 457 133 71
Binary 11110101 110000 11101010 0 1010000 100 100 100101111 1011011 111001

Color Harmonies of #F530EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530EA

Black with #F530EA

Text Example


Text Example

White with #F530EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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