Html Css Color HEX #F020E3 Razzle Dazzle Rose

📋 copy color: '#F020E3'

red 240 ◦ green 32 ◦ blue 227

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

Shades of Razzle Dazzle Rose #F020E3

Tints of Razzle Dazzle Rose #F020E3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.41%

 BLUE value IS 227 (89.06% from 255) = 45.49%

R = 48.1%
G = 6.41%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F020E3 (or 0xF020E3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and E3. RGB value is (240,32,227). Sum of RGB (Red+Green+Blue) = 240+32+227=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F020E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020E3 is #0FDF1C. Grayscale: #737373. Windows color (decimal): -1040157 or 14885104. OLE color: 14885104.

HSL color Cylindrical-coordinate representation of color #F020E3: hue angle of 303.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020E3 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 227 -
CMYK 0 0.87 0.05 0.06
HSL 303.75º 0.87% 0.53% -
HSV(B) 303.75º 0.87% 0.94% -
XYZ 50.32 25.1 74.87 -
YUV 116.42 190.41 216.14 -
System Red Green Blue C M Y K H S L
Decimal 240 32 227 0 0.87 0.05 0.06 303.75 0.87 0.53
Hex F0 20 E3 0 57 5 6 130 57 35
Octal 360 40 343 0 127 5 6 460 127 65
Binary 11110000 100000 11100011 0 1010111 101 110 100110000 1010111 110101

Color Harmonies of #F020E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020E3

Black with #F020E3

Text Example


Text Example

White with #F020E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020E3; }

 p { color: rgb(240,32,227); }

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

background-color css

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

 a { background-color: rgb(240,32,227); }

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

border-color css

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

 span { border-color: rgb(240,32,227); }

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