Html Css Color HEX #F029F0 Razzle Dazzle Rose

📋 copy color: '#F029F0'

red 240 ◦ green 41 ◦ blue 240

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

Shades of Razzle Dazzle Rose #F029F0

Tints of Razzle Dazzle Rose #F029F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 46.07%
G = 7.87%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F029F0 (or 0xF029F0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and F0. RGB value is (240,41,240). Sum of RGB (Red+Green+Blue) = 240+41+240=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F029F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F029F0 is #0FD60F. Grayscale: #7A7A7A. Windows color (decimal): -1037840 or 15739376. OLE color: 15739376.

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

Color convert

RGB 240 41 240 -
CMYK 0 0.83 0 0.06
HSL 300º 0.87% 0.55% -
HSV(B) 300º 0.83% 0.94% -
XYZ 52.46 26.4 84.77 -
YUV 123.19 193.93 211.32 -
System Red Green Blue C M Y K H S L
Decimal 240 41 240 0 0.83 0 0.06 300 0.87 0.55
Hex F0 29 F0 0 53 0 6 12C 57 37
Octal 360 51 360 0 123 0 6 454 127 67
Binary 11110000 101001 11110000 0 1010011 0 110 100101100 1010111 110111

Color Harmonies of #F029F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029F0

Black with #F029F0

Text Example


Text Example

White with #F029F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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