Html Css Color HEX #F130E9 Razzle Dazzle Rose

📋 copy color: '#F130E9'

red 241 ◦ green 48 ◦ blue 233

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

Shades of Razzle Dazzle Rose #F130E9

Tints of Razzle Dazzle Rose #F130E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 46.17%
G = 9.2%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F130E9 (or 0xF130E9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and E9. RGB value is (241,48,233). Sum of RGB (Red+Green+Blue) = 241+48+233=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 48 (19.14% from 255 or 9.20% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F130E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130E9 is #0ECF16. Grayscale: #7E7E7E. Windows color (decimal): -970519 or 15282417. OLE color: 15282417.

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

Color convert

RGB 241 48 233 -
CMYK 0 0.80 0.03 0.05
HSL 302.49º 0.87% 0.57% -
HSV(B) 302.49º 0.8% 0.95% -
XYZ 52.04 26.7 79.5 -
YUV 126.8 187.94 209.46 -
System Red Green Blue C M Y K H S L
Decimal 241 48 233 0 0.80 0.03 0.05 302.49 0.87 0.57
Hex F1 30 E9 0 50 3 5 12E 57 39
Octal 361 60 351 0 120 3 5 456 127 71
Binary 11110001 110000 11101001 0 1010000 11 101 100101110 1010111 111001

Color Harmonies of #F130E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130E9

Black with #F130E9

Text Example


Text Example

White with #F130E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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