Html Css Color HEX #F030EE Razzle Dazzle Rose

📋 copy color: '#F030EE'

red 240 ◦ green 48 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F030EE

Tints of Razzle Dazzle Rose #F030EE

RGB

 RED value IS 240 (94.14% from 255) = 45.63%

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

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 45.63%
G = 9.13%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F030EE (or 0xF030EE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and EE. RGB value is (240,48,238). Sum of RGB (Red+Green+Blue) = 240+48+238=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 48 (19.14% from 255 or 9.13% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F030EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F030EE is #0FCF11. Grayscale: #7E7E7E. Windows color (decimal): -1036050 or 15610096. OLE color: 15610096.

HSL color Cylindrical-coordinate representation of color #F030EE: hue angle of 300.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F030EE is Cyan = 0, Magento = 0.8, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 238 -
CMYK 0 0.8 0.01 0.06
HSL 300.63º 0.86% 0.56% -
HSV(B) 300.63º 0.8% 0.94% -
XYZ 52.42 26.81 83.3 -
YUV 127.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 240 48 238 0 0.8 0.01 0.06 300.63 0.86 0.56
Hex F0 30 EE 0 50 1 6 12D 56 38
Octal 360 60 356 0 120 1 6 455 126 70
Binary 11110000 110000 11101110 0 1010000 1 110 100101101 1010110 111000

Color Harmonies of #F030EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030EE

Black with #F030EE

Text Example


Text Example

White with #F030EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030EE; }

 p { color: rgb(240,48,238); }

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

background-color css

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

 a { background-color: rgb(240,48,238); }

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

border-color css

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

 span { border-color: rgb(240,48,238); }

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