Html Css Color HEX #F025EC Razzle Dazzle Rose

📋 copy color: '#F025EC'

red 240 ◦ green 37 ◦ blue 236

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

Shades of Razzle Dazzle Rose #F025EC

Tints of Razzle Dazzle Rose #F025EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.21%

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

R = 46.78%
G = 7.21%
B = 46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F025EC (or 0xF025EC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 25 and EC. RGB value is (240,37,236). Sum of RGB (Red+Green+Blue) = 240+37+236=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 37 (14.84% from 255 or 7.21% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F025EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F025EC is #0FDA13. Grayscale: #777777. Windows color (decimal): -1038868 or 15476208. OLE color: 15476208.

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

Color convert

RGB 240 37 236 -
CMYK 0 0.85 0.02 0.06
HSL 301.18º 0.87% 0.54% -
HSV(B) 301.18º 0.85% 0.94% -
XYZ 51.74 25.9 81.63 -
YUV 120.38 193.25 213.32 -
System Red Green Blue C M Y K H S L
Decimal 240 37 236 0 0.85 0.02 0.06 301.18 0.87 0.54
Hex F0 25 EC 0 55 2 6 12D 57 36
Octal 360 45 354 0 125 2 6 455 127 66
Binary 11110000 100101 11101100 0 1010101 10 110 100101101 1010111 110110

Color Harmonies of #F025EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F025EC

Black with #F025EC

Text Example


Text Example

White with #F025EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F025EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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