Html Css Color HEX #F027DF Razzle Dazzle Rose

📋 copy color: '#F027DF'

red 240 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F027DF

Tints of Razzle Dazzle Rose #F027DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.77%

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

R = 47.81%
G = 7.77%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F027DF (or 0xF027DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 27 and DF. RGB value is (240,39,223). Sum of RGB (Red+Green+Blue) = 240+39+223=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F027DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027DF is #0FD820. Grayscale: #777777. Windows color (decimal): -1038369 or 14624752. OLE color: 14624752.

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

Color convert

RGB 240 39 223 -
CMYK 0 0.84 0.07 0.06
HSL 305.07º 0.87% 0.55% -
HSV(B) 305.07º 0.84% 0.94% -
XYZ 49.98 25.3 72.06 -
YUV 120.08 186.09 213.54 -
System Red Green Blue C M Y K H S L
Decimal 240 39 223 0 0.84 0.07 0.06 305.07 0.87 0.55
Hex F0 27 DF 0 54 7 6 131 57 37
Octal 360 47 337 0 124 7 6 461 127 67
Binary 11110000 100111 11011111 0 1010100 111 110 100110001 1010111 110111

Color Harmonies of #F027DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027DF

Black with #F027DF

Text Example


Text Example

White with #F027DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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