Html Css Color HEX #F131C0 Razzle Dazzle Rose

📋 copy color: '#F131C0'

red 241 ◦ green 49 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F131C0

Tints of Razzle Dazzle Rose #F131C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 50%
G = 10.17%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F131C0 (or 0xF131C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and C0. RGB value is (241,49,192). Sum of RGB (Red+Green+Blue) = 241+49+192=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F131C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131C0 is #0ECE3F. Grayscale: #7A7A7A. Windows color (decimal): -970304 or 12595697. OLE color: 12595697.

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

Color convert

RGB 241 49 192 -
CMYK 0 0.80 0.20 0.05
HSL 315.31º 0.87% 0.57% -
HSV(B) 315.31º 0.8% 0.95% -
XYZ 46.89 24.7 52.17 -
YUV 122.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 241 49 192 0 0.80 0.20 0.05 315.31 0.87 0.57
Hex F1 31 C0 0 50 14 5 13B 57 39
Octal 361 61 300 0 120 24 5 473 127 71
Binary 11110001 110001 11000000 0 1010000 10100 101 100111011 1010111 111001

Color Harmonies of #F131C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131C0

Black with #F131C0

Text Example


Text Example

White with #F131C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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