Html Css Color HEX #F8307F Violet Red

📋 copy color: '#F8307F'

red 248 ◦ green 48 ◦ blue 127

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

Shades of Violet Red #F8307F

Tints of Violet Red #F8307F

RGB

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

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

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

R = 58.63%
G = 11.35%
B = 30.02%

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

#F8307F (or 0xF8307F) is known color: Violet Red. HEX triplet: F8, 30 and 7F. RGB value is (248,48,127). Sum of RGB (Red+Green+Blue) = 248+48+127=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8307F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8307F is #07CF80. Grayscale: #747474. Windows color (decimal): -511873 or 8335608. OLE color: 8335608.

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

Color convert

RGB 248 48 127 -
CMYK 0 0.81 0.49 0.03
HSL 336.3º 0.93% 0.58% -
HSV(B) 336.3º 0.81% 0.97% -
XYZ 43.6 23.6 22.34 -
YUV 116.81 133.76 221.58 -
System Red Green Blue C M Y K H S L
Decimal 248 48 127 0 0.81 0.49 0.03 336.3 0.93 0.58
Hex F8 30 7F 0 51 31 3 150 5D 3A
Octal 370 60 177 0 121 61 3 520 135 72
Binary 11111000 110000 1111111 0 1010001 110001 11 101010000 1011101 111010

Color Harmonies of #F8307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8307F

Black with #F8307F

Text Example


Text Example

White with #F8307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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