Html Css Color HEX #F330ED Razzle Dazzle Rose

📋 copy color: '#F330ED'

red 243 ◦ green 48 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F330ED

Tints of Razzle Dazzle Rose #F330ED

RGB

 RED value IS 243 (95.31% from 255) = 46.02%

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

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

R = 46.02%
G = 9.09%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F330ED (or 0xF330ED) is known color: Razzle Dazzle Rose. HEX triplet: F3, 30 and ED. RGB value is (243,48,237). Sum of RGB (Red+Green+Blue) = 243+48+237=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 48 (19.14% from 255 or 9.09% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F330ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F330ED is #0CCF12. Grayscale: #7F7F7F. Windows color (decimal): -839443 or 15544563. OLE color: 15544563.

HSL color Cylindrical-coordinate representation of color #F330ED: hue angle of 301.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F330ED is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 237 -
CMYK 0 0.80 0.02 0.05
HSL 301.85º 0.89% 0.57% -
HSV(B) 301.85º 0.8% 0.95% -
XYZ 53.31 27.28 82.58 -
YUV 127.85 189.6 210.13 -
System Red Green Blue C M Y K H S L
Decimal 243 48 237 0 0.80 0.02 0.05 301.85 0.89 0.57
Hex F3 30 ED 0 50 2 5 12E 59 39
Octal 363 60 355 0 120 2 5 456 131 71
Binary 11110011 110000 11101101 0 1010000 10 101 100101110 1011001 111001

Color Harmonies of #F330ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F330ED

Black with #F330ED

Text Example


Text Example

White with #F330ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F330ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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