Html Css Color HEX #F5307F Violet Red

📋 copy color: '#F5307F'

red 245 ◦ green 48 ◦ blue 127

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

Shades of Violet Red #F5307F

Tints of Violet Red #F5307F

RGB

 RED value IS 245 (96.09% from 255) = 58.33%

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 58.33%
G = 11.43%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5307F (or 0xF5307F) is known color: Violet Red. HEX triplet: F5, 30 and 7F. RGB value is (245,48,127). Sum of RGB (Red+Green+Blue) = 245+48+127=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5307F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5307F is #0ACF80. Grayscale: #737373. Windows color (decimal): -708481 or 8335605. OLE color: 8335605.

HSL color Cylindrical-coordinate representation of color #F5307F: hue angle of 335.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5307F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 127 -
CMYK 0 0.80 0.48 0.04
HSL 335.94º 0.91% 0.57% -
HSV(B) 335.94º 0.8% 0.96% -
XYZ 42.54 23.06 22.29 -
YUV 115.91 134.27 220.08 -
System Red Green Blue C M Y K H S L
Decimal 245 48 127 0 0.80 0.48 0.04 335.94 0.91 0.57
Hex F5 30 7F 0 50 30 4 150 5B 39
Octal 365 60 177 0 120 60 4 520 133 71
Binary 11110101 110000 1111111 0 1010000 110000 100 101010000 1011011 111001

Color Harmonies of #F5307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5307F

Black with #F5307F

Text Example


Text Example

White with #F5307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5307F; }

 p { color: rgb(245,48,127); }

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

background-color css

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

 a { background-color: rgb(245,48,127); }

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

border-color css

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

 span { border-color: rgb(245,48,127); }

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