Html Css Color HEX #F01FDD Razzle Dazzle Rose

📋 copy color: '#F01FDD'

red 240 ◦ green 31 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F01FDD

Tints of Razzle Dazzle Rose #F01FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.3%

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

R = 48.78%
G = 6.3%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F01FDD (or 0xF01FDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1F and DD. RGB value is (240,31,221). Sum of RGB (Red+Green+Blue) = 240+31+221=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01FDD is #0FE022. Grayscale: #727272. Windows color (decimal): -1040419 or 14491632. OLE color: 14491632.

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

Color convert

RGB 240 31 221 -
CMYK 0 0.87 0.08 0.06
HSL 305.45º 0.87% 0.53% -
HSV(B) 305.45º 0.87% 0.94% -
XYZ 49.48 24.73 70.57 -
YUV 115.15 187.74 217.05 -
System Red Green Blue C M Y K H S L
Decimal 240 31 221 0 0.87 0.08 0.06 305.45 0.87 0.53
Hex F0 1F DD 0 57 8 6 131 57 35
Octal 360 37 335 0 127 10 6 461 127 65
Binary 11110000 11111 11011101 0 1010111 1000 110 100110001 1010111 110101

Color Harmonies of #F01FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FDD

Black with #F01FDD

Text Example


Text Example

White with #F01FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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