Html Css Color HEX #F029EC Razzle Dazzle Rose

📋 copy color: '#F029EC'

red 240 ◦ green 41 ◦ blue 236

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

Shades of Razzle Dazzle Rose #F029EC

Tints of Razzle Dazzle Rose #F029EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 46.42%
G = 7.93%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F029EC (or 0xF029EC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and EC. RGB value is (240,41,236). Sum of RGB (Red+Green+Blue) = 240+41+236=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 41 (16.41% from 255 or 7.93% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F029EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F029EC is #0FD613. Grayscale: #7A7A7A. Windows color (decimal): -1037844 or 15477232. OLE color: 15477232.

HSL color Cylindrical-coordinate representation of color #F029EC: hue angle of 301.21º 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 #F029EC is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 236 -
CMYK 0 0.83 0.02 0.06
HSL 301.21º 0.87% 0.55% -
HSV(B) 301.21º 0.83% 0.94% -
XYZ 51.87 26.17 81.67 -
YUV 122.73 191.93 211.64 -
System Red Green Blue C M Y K H S L
Decimal 240 41 236 0 0.83 0.02 0.06 301.21 0.87 0.55
Hex F0 29 EC 0 53 2 6 12D 57 37
Octal 360 51 354 0 123 2 6 455 127 67
Binary 11110000 101001 11101100 0 1010011 10 110 100101101 1010111 110111

Color Harmonies of #F029EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029EC

Black with #F029EC

Text Example


Text Example

White with #F029EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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