Html Css Color HEX #F029EE Razzle Dazzle Rose

📋 copy color: '#F029EE'

red 240 ◦ green 41 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F029EE

Tints of Razzle Dazzle Rose #F029EE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.9%

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

R = 46.24%
G = 7.9%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F029EE (or 0xF029EE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and EE. RGB value is (240,41,238). Sum of RGB (Red+Green+Blue) = 240+41+238=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F029EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F029EE is #0FD611. Grayscale: #7A7A7A. Windows color (decimal): -1037842 or 15608304. OLE color: 15608304.

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

Color convert

RGB 240 41 238 -
CMYK 0 0.83 0.01 0.06
HSL 300.6º 0.87% 0.55% -
HSV(B) 300.6º 0.83% 0.94% -
XYZ 52.16 26.28 83.21 -
YUV 122.96 192.93 211.48 -
System Red Green Blue C M Y K H S L
Decimal 240 41 238 0 0.83 0.01 0.06 300.6 0.87 0.55
Hex F0 29 EE 0 53 1 6 12D 57 37
Octal 360 51 356 0 123 1 6 455 127 67
Binary 11110000 101001 11101110 0 1010011 1 110 100101101 1010111 110111

Color Harmonies of #F029EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029EE

Black with #F029EE

Text Example


Text Example

White with #F029EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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