Html Css Color HEX #F131DC Razzle Dazzle Rose

📋 copy color: '#F131DC'

red 241 ◦ green 49 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F131DC

Tints of Razzle Dazzle Rose #F131DC

RGB

 RED value IS 241 (94.53% from 255) = 47.25%

 GREEN value IS 49 (19.53% from 255) = 9.61%

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

R = 47.25%
G = 9.61%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F131DC (or 0xF131DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and DC. RGB value is (241,49,220). Sum of RGB (Red+Green+Blue) = 241+49+220=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F131DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131DC is #0ECE23. Grayscale: #7D7D7D. Windows color (decimal): -970276 or 14430705. OLE color: 14430705.

HSL color Cylindrical-coordinate representation of color #F131DC: hue angle of 306.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F131DC is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 220 -
CMYK 0 0.80 0.09 0.05
HSL 306.56º 0.87% 0.57% -
HSV(B) 306.56º 0.8% 0.95% -
XYZ 50.29 26.06 70.09 -
YUV 125.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 241 49 220 0 0.80 0.09 0.05 306.56 0.87 0.57
Hex F1 31 DC 0 50 9 5 133 57 39
Octal 361 61 334 0 120 11 5 463 127 71
Binary 11110001 110001 11011100 0 1010000 1001 101 100110011 1010111 111001

Color Harmonies of #F131DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131DC

Black with #F131DC

Text Example


Text Example

White with #F131DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131DC; }

 p { color: rgb(241,49,220); }

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

background-color css

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

 a { background-color: rgb(241,49,220); }

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

border-color css

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

 span { border-color: rgb(241,49,220); }

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