Html Css Color HEX #F130DA Razzle Dazzle Rose

📋 copy color: '#F130DA'

red 241 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F130DA

Tints of Razzle Dazzle Rose #F130DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 47.53%
G = 9.47%
B = 43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F130DA (or 0xF130DA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and DA. RGB value is (241,48,218). Sum of RGB (Red+Green+Blue) = 241+48+218=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F130DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130DA is #0ECF25. Grayscale: #7C7C7C. Windows color (decimal): -970534 or 14299377. OLE color: 14299377.

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

Color convert

RGB 241 48 218 -
CMYK 0 0.80 0.10 0.05
HSL 307.15º 0.87% 0.57% -
HSV(B) 307.15º 0.8% 0.95% -
XYZ 49.99 25.88 68.69 -
YUV 125.09 180.44 210.68 -
System Red Green Blue C M Y K H S L
Decimal 241 48 218 0 0.80 0.10 0.05 307.15 0.87 0.57
Hex F1 30 DA 0 50 A 5 133 57 39
Octal 361 60 332 0 120 12 5 463 127 71
Binary 11110001 110000 11011010 0 1010000 1010 101 100110011 1010111 111001

Color Harmonies of #F130DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130DA

Black with #F130DA

Text Example


Text Example

White with #F130DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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