Html Css Color HEX #F131D1 Razzle Dazzle Rose

📋 copy color: '#F131D1'

red 241 ◦ green 49 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F131D1

Tints of Razzle Dazzle Rose #F131D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.88%

R = 48.3%
G = 9.82%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F131D1 (or 0xF131D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and D1. RGB value is (241,49,209). Sum of RGB (Red+Green+Blue) = 241+49+209=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F131D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131D1 is #0ECE2E. Grayscale: #7C7C7C. Windows color (decimal): -970287 or 13709809. OLE color: 13709809.

HSL color Cylindrical-coordinate representation of color #F131D1: hue angle of 310º 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 #F131D1 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 209 -
CMYK 0 0.80 0.13 0.05
HSL 310º 0.87% 0.57% -
HSV(B) 310º 0.8% 0.95% -
XYZ 48.88 25.5 62.67 -
YUV 124.65 175.61 210.99 -
System Red Green Blue C M Y K H S L
Decimal 241 49 209 0 0.80 0.13 0.05 310 0.87 0.57
Hex F1 31 D1 0 50 D 5 136 57 39
Octal 361 61 321 0 120 15 5 466 127 71
Binary 11110001 110001 11010001 0 1010000 1101 101 100110110 1010111 111001

Color Harmonies of #F131D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131D1

Black with #F131D1

Text Example


Text Example

White with #F131D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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