Html Css Color HEX #F130E5 Razzle Dazzle Rose

📋 copy color: '#F130E5'

red 241 ◦ green 48 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F130E5

Tints of Razzle Dazzle Rose #F130E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 46.53%
G = 9.27%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F130E5 (or 0xF130E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and E5. RGB value is (241,48,229). Sum of RGB (Red+Green+Blue) = 241+48+229=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F130E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130E5 is #0ECF1A. Grayscale: #7D7D7D. Windows color (decimal): -970523 or 15020273. OLE color: 15020273.

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

Color convert

RGB 241 48 229 -
CMYK 0 0.80 0.05 0.05
HSL 303.73º 0.87% 0.57% -
HSV(B) 303.73º 0.8% 0.95% -
XYZ 51.48 26.47 76.53 -
YUV 126.34 185.94 209.78 -
System Red Green Blue C M Y K H S L
Decimal 241 48 229 0 0.80 0.05 0.05 303.73 0.87 0.57
Hex F1 30 E5 0 50 5 5 130 57 39
Octal 361 60 345 0 120 5 5 460 127 71
Binary 11110001 110000 11100101 0 1010000 101 101 100110000 1010111 111001

Color Harmonies of #F130E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130E5

Black with #F130E5

Text Example


Text Example

White with #F130E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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