Html Css Color HEX #F027DD Razzle Dazzle Rose

📋 copy color: '#F027DD'

red 240 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F027DD

Tints of Razzle Dazzle Rose #F027DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 48%
G = 7.8%
B = 44.2%

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

#F027DD (or 0xF027DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 27 and DD. RGB value is (240,39,221). Sum of RGB (Red+Green+Blue) = 240+39+221=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F027DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027DD is #0FD822. Grayscale: #777777. Windows color (decimal): -1038371 or 14493680. OLE color: 14493680.

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

Color convert

RGB 240 39 221 -
CMYK 0 0.84 0.08 0.06
HSL 305.67º 0.87% 0.55% -
HSV(B) 305.67º 0.84% 0.94% -
XYZ 49.71 25.2 70.65 -
YUV 119.85 185.09 213.7 -
System Red Green Blue C M Y K H S L
Decimal 240 39 221 0 0.84 0.08 0.06 305.67 0.87 0.55
Hex F0 27 DD 0 54 8 6 132 57 37
Octal 360 47 335 0 124 10 6 462 127 67
Binary 11110000 100111 11011101 0 1010100 1000 110 100110010 1010111 110111

Color Harmonies of #F027DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027DD

Black with #F027DD

Text Example


Text Example

White with #F027DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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