Html Css Color HEX #F7307F Violet Red

📋 copy color: '#F7307F'

red 247 ◦ green 48 ◦ blue 127

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

Shades of Violet Red #F7307F

Tints of Violet Red #F7307F

RGB

 RED value IS 247 (96.88% from 255) = 58.53%

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

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

R = 58.53%
G = 11.37%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7307F (or 0xF7307F) is known color: Violet Red. HEX triplet: F7, 30 and 7F. RGB value is (247,48,127). Sum of RGB (Red+Green+Blue) = 247+48+127=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7307F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7307F is #08CF80. Grayscale: #747474. Windows color (decimal): -577409 or 8335607. OLE color: 8335607.

HSL color Cylindrical-coordinate representation of color #F7307F: hue angle of 336.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7307F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 127 -
CMYK 0 0.81 0.49 0.03
HSL 336.18º 0.93% 0.58% -
HSV(B) 336.18º 0.81% 0.97% -
XYZ 43.25 23.42 22.32 -
YUV 116.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 247 48 127 0 0.81 0.49 0.03 336.18 0.93 0.58
Hex F7 30 7F 0 51 31 3 150 5D 3A
Octal 367 60 177 0 121 61 3 520 135 72
Binary 11110111 110000 1111111 0 1010001 110001 11 101010000 1011101 111010

Color Harmonies of #F7307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7307F

Black with #F7307F

Text Example


Text Example

White with #F7307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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