Html Css Color HEX #F130DD Razzle Dazzle Rose

📋 copy color: '#F130DD'

red 241 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F130DD

Tints of Razzle Dazzle Rose #F130DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 47.25%
G = 9.41%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F130DD (or 0xF130DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and DD. RGB value is (241,48,221). Sum of RGB (Red+Green+Blue) = 241+48+221=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F130DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130DD is #0ECF22. Grayscale: #7C7C7C. Windows color (decimal): -970531 or 14495985. OLE color: 14495985.

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

Color convert

RGB 241 48 221 -
CMYK 0 0.80 0.08 0.05
HSL 306.22º 0.87% 0.57% -
HSV(B) 306.22º 0.8% 0.95% -
XYZ 50.38 26.04 70.78 -
YUV 125.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 241 48 221 0 0.80 0.08 0.05 306.22 0.87 0.57
Hex F1 30 DD 0 50 8 5 132 57 39
Octal 361 60 335 0 120 10 5 462 127 71
Binary 11110001 110000 11011101 0 1010000 1000 101 100110010 1010111 111001

Color Harmonies of #F130DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130DD

Black with #F130DD

Text Example


Text Example

White with #F130DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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