Html Css Color HEX #F035EF Razzle Dazzle Rose

📋 copy color: '#F035EF'

red 240 ◦ green 53 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F035EF

Tints of Razzle Dazzle Rose #F035EF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.96%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 45.11%
G = 9.96%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F035EF (or 0xF035EF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 35 and EF. RGB value is (240,53,239). Sum of RGB (Red+Green+Blue) = 240+53+239=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 53 (21.09% from 255 or 9.96% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F035EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F035EF is #0FCA10. Grayscale: #818181. Windows color (decimal): -1034769 or 15676912. OLE color: 15676912.

HSL color Cylindrical-coordinate representation of color #F035EF: hue angle of 300.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F035EF is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 239 -
CMYK 0 0.78 0.00 0.06
HSL 300.32º 0.86% 0.57% -
HSV(B) 300.32º 0.78% 0.94% -
XYZ 52.79 27.3 84.15 -
YUV 130.12 189.45 206.38 -
System Red Green Blue C M Y K H S L
Decimal 240 53 239 0 0.78 0.00 0.06 300.32 0.86 0.57
Hex F0 35 EF 0 4E 0 6 12C 56 39
Octal 360 65 357 0 116 0 6 454 126 71
Binary 11110000 110101 11101111 0 1001110 0 110 100101100 1010110 111001

Color Harmonies of #F035EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F035EF

Black with #F035EF

Text Example


Text Example

White with #F035EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F035EF; }

 p { color: rgb(240,53,239); }

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

background-color css

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

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

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

border-color css

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

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

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