Html Css Color HEX #F025DF Razzle Dazzle Rose

📋 copy color: '#F025DF'

red 240 ◦ green 37 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F025DF

Tints of Razzle Dazzle Rose #F025DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 48%
G = 7.4%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F025DF (or 0xF025DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 25 and DF. RGB value is (240,37,223). Sum of RGB (Red+Green+Blue) = 240+37+223=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F025DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F025DF is #0FDA20. Grayscale: #767676. Windows color (decimal): -1038881 or 14624240. OLE color: 14624240.

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

Color convert

RGB 240 37 223 -
CMYK 0 0.85 0.07 0.06
HSL 305.02º 0.87% 0.54% -
HSV(B) 305.02º 0.85% 0.94% -
XYZ 49.92 25.18 72.04 -
YUV 118.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 240 37 223 0 0.85 0.07 0.06 305.02 0.87 0.54
Hex F0 25 DF 0 55 7 6 131 57 36
Octal 360 45 337 0 125 7 6 461 127 66
Binary 11110000 100101 11011111 0 1010101 111 110 100110001 1010111 110110

Color Harmonies of #F025DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F025DF

Black with #F025DF

Text Example


Text Example

White with #F025DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F025DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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