Html Css Color HEX #F130C1 Razzle Dazzle Rose

📋 copy color: '#F130C1'

red 241 ◦ green 48 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F130C1

Tints of Razzle Dazzle Rose #F130C1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.96%

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 50%
G = 9.96%
B = 40.04%

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

#F130C1 (or 0xF130C1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and C1. RGB value is (241,48,193). Sum of RGB (Red+Green+Blue) = 241+48+193=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F130C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130C1 is #0ECF3E. Grayscale: #797979. Windows color (decimal): -970559 or 12660977. OLE color: 12660977.

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

Color convert

RGB 241 48 193 -
CMYK 0 0.80 0.20 0.05
HSL 314.92º 0.87% 0.57% -
HSV(B) 314.92º 0.8% 0.95% -
XYZ 46.96 24.66 52.74 -
YUV 122.24 167.94 212.71 -
System Red Green Blue C M Y K H S L
Decimal 241 48 193 0 0.80 0.20 0.05 314.92 0.87 0.57
Hex F1 30 C1 0 50 14 5 13B 57 39
Octal 361 60 301 0 120 24 5 473 127 71
Binary 11110001 110000 11000001 0 1010000 10100 101 100111011 1010111 111001

Color Harmonies of #F130C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130C1

Black with #F130C1

Text Example


Text Example

White with #F130C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130C1; }

 p { color: rgb(241,48,193); }

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

background-color css

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

 a { background-color: rgb(241,48,193); }

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

border-color css

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

 span { border-color: rgb(241,48,193); }

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