Html Css Color HEX #F130CB Razzle Dazzle Rose

📋 copy color: '#F130CB'

red 241 ◦ green 48 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F130CB

Tints of Razzle Dazzle Rose #F130CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 48.98%
G = 9.76%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F130CB (or 0xF130CB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and CB. RGB value is (241,48,203). Sum of RGB (Red+Green+Blue) = 241+48+203=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F130CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130CB is #0ECF34. Grayscale: #7A7A7A. Windows color (decimal): -970549 or 13316337. OLE color: 13316337.

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

Color convert

RGB 241 48 203 -
CMYK 0 0.80 0.16 0.05
HSL 311.81º 0.87% 0.57% -
HSV(B) 311.81º 0.8% 0.95% -
XYZ 48.11 25.13 58.81 -
YUV 123.38 172.94 211.9 -
System Red Green Blue C M Y K H S L
Decimal 241 48 203 0 0.80 0.16 0.05 311.81 0.87 0.57
Hex F1 30 CB 0 50 10 5 138 57 39
Octal 361 60 313 0 120 20 5 470 127 71
Binary 11110001 110000 11001011 0 1010000 10000 101 100111000 1010111 111001

Color Harmonies of #F130CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130CB

Black with #F130CB

Text Example


Text Example

White with #F130CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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