Html Css Color HEX #F131D3 Razzle Dazzle Rose

📋 copy color: '#F131D3'

red 241 ◦ green 49 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F131D3

Tints of Razzle Dazzle Rose #F131D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 48.1%
G = 9.78%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F131D3 (or 0xF131D3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and D3. RGB value is (241,49,211). Sum of RGB (Red+Green+Blue) = 241+49+211=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F131D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131D3 is #0ECE2C. Grayscale: #7C7C7C. Windows color (decimal): -970285 or 13840881. OLE color: 13840881.

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

Color convert

RGB 241 49 211 -
CMYK 0 0.80 0.12 0.05
HSL 309.38º 0.87% 0.57% -
HSV(B) 309.38º 0.8% 0.95% -
XYZ 49.13 25.6 63.98 -
YUV 124.88 176.61 210.83 -
System Red Green Blue C M Y K H S L
Decimal 241 49 211 0 0.80 0.12 0.05 309.38 0.87 0.57
Hex F1 31 D3 0 50 C 5 135 57 39
Octal 361 61 323 0 120 14 5 465 127 71
Binary 11110001 110001 11010011 0 1010000 1100 101 100110101 1010111 111001

Color Harmonies of #F131D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131D3

Black with #F131D3

Text Example


Text Example

White with #F131D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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