Html Css Color HEX #F6388C Violet Red

📋 copy color: '#F6388C'

red 246 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #F6388C

Tints of Violet Red #F6388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.67%

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 55.66%
G = 12.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6388C (or 0xF6388C) is known color: Violet Red. HEX triplet: F6, 38 and 8C. RGB value is (246,56,140). Sum of RGB (Red+Green+Blue) = 246+56+140=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6388C is #09C773. Grayscale: #7A7A7A. Windows color (decimal): -640884 or 9189622. OLE color: 9189622.

HSL color Cylindrical-coordinate representation of color #F6388C: hue angle of 333.47º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6388C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 56 140 -
CMYK 0 0.77 0.43 0.04
HSL 333.47º 0.91% 0.59% -
HSV(B) 333.47º 0.77% 0.96% -
XYZ 44.15 24.31 27.18 -
YUV 122.39 137.95 216.17 -
System Red Green Blue C M Y K H S L
Decimal 246 56 140 0 0.77 0.43 0.04 333.47 0.91 0.59
Hex F6 38 8C 0 4D 2B 4 14D 5B 3B
Octal 366 70 214 0 115 53 4 515 133 73
Binary 11110110 111000 10001100 0 1001101 101011 100 101001101 1011011 111011

Color Harmonies of #F6388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6388C

Black with #F6388C

Text Example


Text Example

White with #F6388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6388C; }

 p { color: rgb(246,56,140); }

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

background-color css

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

 a { background-color: rgb(246,56,140); }

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

border-color css

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

 span { border-color: rgb(246,56,140); }

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