Html Css Color HEX #F130D1 Razzle Dazzle Rose

📋 copy color: '#F130D1'

red 241 ◦ green 48 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F130D1

Tints of Razzle Dazzle Rose #F130D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 48.39%
G = 9.64%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F130D1 (or 0xF130D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and D1. RGB value is (241,48,209). Sum of RGB (Red+Green+Blue) = 241+48+209=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F130D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130D1 is #0ECF2E. Grayscale: #7B7B7B. Windows color (decimal): -970543 or 13709553. OLE color: 13709553.

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

Color convert

RGB 241 48 209 -
CMYK 0 0.80 0.13 0.05
HSL 309.95º 0.87% 0.57% -
HSV(B) 309.95º 0.8% 0.95% -
XYZ 48.84 25.42 62.65 -
YUV 124.06 175.94 211.41 -
System Red Green Blue C M Y K H S L
Decimal 241 48 209 0 0.80 0.13 0.05 309.95 0.87 0.57
Hex F1 30 D1 0 50 D 5 136 57 39
Octal 361 60 321 0 120 15 5 466 127 71
Binary 11110001 110000 11010001 0 1010000 1101 101 100110110 1010111 111001

Color Harmonies of #F130D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130D1

Black with #F130D1

Text Example


Text Example

White with #F130D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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