Html Css Color HEX #F8307D Violet Red

📋 copy color: '#F8307D'

red 248 ◦ green 48 ◦ blue 125

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

Shades of Violet Red #F8307D

Tints of Violet Red #F8307D

RGB

 RED value IS 248 (97.27% from 255) = 58.91%

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 58.91%
G = 11.4%
B = 29.69%

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

#F8307D (or 0xF8307D) is known color: Violet Red. HEX triplet: F8, 30 and 7D. RGB value is (248,48,125). Sum of RGB (Red+Green+Blue) = 248+48+125=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F8307D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8307D is #07CF82. Grayscale: #747474. Windows color (decimal): -511875 or 8204536. OLE color: 8204536.

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

Color convert

RGB 248 48 125 -
CMYK 0 0.81 0.50 0.03
HSL 336.9º 0.93% 0.58% -
HSV(B) 336.9º 0.81% 0.97% -
XYZ 43.47 23.55 21.66 -
YUV 116.58 132.76 221.74 -
System Red Green Blue C M Y K H S L
Decimal 248 48 125 0 0.81 0.50 0.03 336.9 0.93 0.58
Hex F8 30 7D 0 51 32 3 151 5D 3A
Octal 370 60 175 0 121 62 3 521 135 72
Binary 11111000 110000 1111101 0 1010001 110010 11 101010001 1011101 111010

Color Harmonies of #F8307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8307D

Black with #F8307D

Text Example


Text Example

White with #F8307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8307D; }

 p { color: rgb(248,48,125); }

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

background-color css

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

 a { background-color: rgb(248,48,125); }

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

border-color css

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

 span { border-color: rgb(248,48,125); }

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