Html Css Color HEX #F130DC Razzle Dazzle Rose

📋 copy color: '#F130DC'

red 241 ◦ green 48 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F130DC

Tints of Razzle Dazzle Rose #F130DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 47.35%
G = 9.43%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F130DC (or 0xF130DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and DC. RGB value is (241,48,220). Sum of RGB (Red+Green+Blue) = 241+48+220=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F130DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130DC is #0ECF23. Grayscale: #7C7C7C. Windows color (decimal): -970532 or 14430449. OLE color: 14430449.

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

Color convert

RGB 241 48 220 -
CMYK 0 0.80 0.09 0.05
HSL 306.53º 0.87% 0.57% -
HSV(B) 306.53º 0.8% 0.95% -
XYZ 50.25 25.98 70.08 -
YUV 125.32 181.44 210.51 -
System Red Green Blue C M Y K H S L
Decimal 241 48 220 0 0.80 0.09 0.05 306.53 0.87 0.57
Hex F1 30 DC 0 50 9 5 133 57 39
Octal 361 60 334 0 120 11 5 463 127 71
Binary 11110001 110000 11011100 0 1010000 1001 101 100110011 1010111 111001

Color Harmonies of #F130DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130DC

Black with #F130DC

Text Example


Text Example

White with #F130DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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