Html Css Color HEX #F029ED Razzle Dazzle Rose

📋 copy color: '#F029ED'

red 240 ◦ green 41 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F029ED

Tints of Razzle Dazzle Rose #F029ED

RGB

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

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

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

R = 46.33%
G = 7.92%
B = 45.75%

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

#F029ED (or 0xF029ED) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and ED. RGB value is (240,41,237). Sum of RGB (Red+Green+Blue) = 240+41+237=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F029ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F029ED is #0FD612. Grayscale: #7A7A7A. Windows color (decimal): -1037843 or 15542768. OLE color: 15542768.

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

Color convert

RGB 240 41 237 -
CMYK 0 0.83 0.01 0.06
HSL 300.9º 0.87% 0.55% -
HSV(B) 300.9º 0.83% 0.94% -
XYZ 52.01 26.23 82.44 -
YUV 122.85 192.43 211.56 -
System Red Green Blue C M Y K H S L
Decimal 240 41 237 0 0.83 0.01 0.06 300.9 0.87 0.55
Hex F0 29 ED 0 53 1 6 12D 57 37
Octal 360 51 355 0 123 1 6 455 127 67
Binary 11110000 101001 11101101 0 1010011 1 110 100101101 1010111 110111

Color Harmonies of #F029ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029ED

Black with #F029ED

Text Example


Text Example

White with #F029ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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