Html Css Color HEX #F130EC Razzle Dazzle Rose

📋 copy color: '#F130EC'

red 241 ◦ green 48 ◦ blue 236

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

Shades of Razzle Dazzle Rose #F130EC

Tints of Razzle Dazzle Rose #F130EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 45.9%
G = 9.14%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F130EC (or 0xF130EC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and EC. RGB value is (241,48,236). Sum of RGB (Red+Green+Blue) = 241+48+236=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 48 (19.14% from 255 or 9.14% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F130EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130EC is #0ECF13. Grayscale: #7E7E7E. Windows color (decimal): -970516 or 15479025. OLE color: 15479025.

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

Color convert

RGB 241 48 236 -
CMYK 0 0.80 0.02 0.05
HSL 301.55º 0.87% 0.57% -
HSV(B) 301.55º 0.8% 0.95% -
XYZ 52.47 26.87 81.78 -
YUV 127.14 189.44 209.21 -
System Red Green Blue C M Y K H S L
Decimal 241 48 236 0 0.80 0.02 0.05 301.55 0.87 0.57
Hex F1 30 EC 0 50 2 5 12E 57 39
Octal 361 60 354 0 120 2 5 456 127 71
Binary 11110001 110000 11101100 0 1010000 10 101 100101110 1010111 111001

Color Harmonies of #F130EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130EC

Black with #F130EC

Text Example


Text Example

White with #F130EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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