Html Css Color HEX #F130BA Razzle Dazzle Rose

📋 copy color: '#F130BA'

red 241 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F130BA

Tints of Razzle Dazzle Rose #F130BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 50.74%
G = 10.11%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F130BA (or 0xF130BA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and BA. RGB value is (241,48,186). Sum of RGB (Red+Green+Blue) = 241+48+186=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F130BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130BA is #0ECF45. Grayscale: #797979. Windows color (decimal): -970566 or 12202225. OLE color: 12202225.

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

Color convert

RGB 241 48 186 -
CMYK 0 0.80 0.23 0.05
HSL 317.1º 0.87% 0.57% -
HSV(B) 317.1º 0.8% 0.95% -
XYZ 46.2 24.36 48.72 -
YUV 121.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 241 48 186 0 0.80 0.23 0.05 317.1 0.87 0.57
Hex F1 30 BA 0 50 17 5 13D 57 39
Octal 361 60 272 0 120 27 5 475 127 71
Binary 11110001 110000 10111010 0 1010000 10111 101 100111101 1010111 111001

Color Harmonies of #F130BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130BA

Black with #F130BA

Text Example


Text Example

White with #F130BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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