Html Css Color HEX #F6307B Violet Red

📋 copy color: '#F6307B'

red 246 ◦ green 48 ◦ blue 123

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

Shades of Violet Red #F6307B

Tints of Violet Red #F6307B

RGB

 RED value IS 246 (96.48% from 255) = 58.99%

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

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

R = 58.99%
G = 11.51%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6307B (or 0xF6307B) is known color: Violet Red. HEX triplet: F6, 30 and 7B. RGB value is (246,48,123). Sum of RGB (Red+Green+Blue) = 246+48+123=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F6307B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6307B is #09CF84. Grayscale: #737373. Windows color (decimal): -642949 or 8073462. OLE color: 8073462.

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

Color convert

RGB 246 48 123 -
CMYK 0 0.80 0.50 0.04
HSL 337.27º 0.92% 0.58% -
HSV(B) 337.27º 0.8% 0.96% -
XYZ 42.64 23.14 20.96 -
YUV 115.75 132.1 220.9 -
System Red Green Blue C M Y K H S L
Decimal 246 48 123 0 0.80 0.50 0.04 337.27 0.92 0.58
Hex F6 30 7B 0 50 32 4 151 5C 3A
Octal 366 60 173 0 120 62 4 521 134 72
Binary 11110110 110000 1111011 0 1010000 110010 100 101010001 1011100 111010

Color Harmonies of #F6307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6307B

Black with #F6307B

Text Example


Text Example

White with #F6307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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