Html Css Color HEX #F027DC Razzle Dazzle Rose

📋 copy color: '#F027DC'

red 240 ◦ green 39 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F027DC

Tints of Razzle Dazzle Rose #F027DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 48.1%
G = 7.82%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F027DC (or 0xF027DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 27 and DC. RGB value is (240,39,220). Sum of RGB (Red+Green+Blue) = 240+39+220=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F027DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027DC is #0FD823. Grayscale: #777777. Windows color (decimal): -1038372 or 14428144. OLE color: 14428144.

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

Color convert

RGB 240 39 220 -
CMYK 0 0.84 0.08 0.06
HSL 305.97º 0.87% 0.55% -
HSV(B) 305.97º 0.84% 0.94% -
XYZ 49.58 25.14 69.95 -
YUV 119.73 184.59 213.78 -
System Red Green Blue C M Y K H S L
Decimal 240 39 220 0 0.84 0.08 0.06 305.97 0.87 0.55
Hex F0 27 DC 0 54 8 6 132 57 37
Octal 360 47 334 0 124 10 6 462 127 67
Binary 11110000 100111 11011100 0 1010100 1000 110 100110010 1010111 110111

Color Harmonies of #F027DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027DC

Black with #F027DC

Text Example


Text Example

White with #F027DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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