Html Css Color HEX #F7307B Violet Red

📋 copy color: '#F7307B'

red 247 ◦ green 48 ◦ blue 123

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

Shades of Violet Red #F7307B

Tints of Violet Red #F7307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 59.09%
G = 11.48%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7307B (or 0xF7307B) is known color: Violet Red. HEX triplet: F7, 30 and 7B. RGB value is (247,48,123). Sum of RGB (Red+Green+Blue) = 247+48+123=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F7307B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7307B is #08CF84. Grayscale: #737373. Windows color (decimal): -577413 or 8073463. OLE color: 8073463.

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

Color convert

RGB 247 48 123 -
CMYK 0 0.81 0.50 0.03
HSL 337.39º 0.93% 0.58% -
HSV(B) 337.39º 0.81% 0.97% -
XYZ 42.99 23.32 20.97 -
YUV 116.05 131.93 221.4 -
System Red Green Blue C M Y K H S L
Decimal 247 48 123 0 0.81 0.50 0.03 337.39 0.93 0.58
Hex F7 30 7B 0 51 32 3 151 5D 3A
Octal 367 60 173 0 121 62 3 521 135 72
Binary 11110111 110000 1111011 0 1010001 110010 11 101010001 1011101 111010

Color Harmonies of #F7307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7307B

Black with #F7307B

Text Example


Text Example

White with #F7307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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