Html Css Color HEX #F7388D Violet Red

📋 copy color: '#F7388D'

red 247 ◦ green 56 ◦ blue 141

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

Shades of Violet Red #F7388D

Tints of Violet Red #F7388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 55.63%
G = 12.61%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7388D (or 0xF7388D) is known color: Violet Red. HEX triplet: F7, 38 and 8D. RGB value is (247,56,141). Sum of RGB (Red+Green+Blue) = 247+56+141=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7388D is #08C772. Grayscale: #7A7A7A. Windows color (decimal): -575347 or 9255159. OLE color: 9255159.

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

Color convert

RGB 247 56 141 -
CMYK 0 0.77 0.43 0.03
HSL 333.3º 0.92% 0.59% -
HSV(B) 333.3º 0.77% 0.97% -
XYZ 44.58 24.53 27.58 -
YUV 122.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 247 56 141 0 0.77 0.43 0.03 333.3 0.92 0.59
Hex F7 38 8D 0 4D 2B 3 14D 5C 3B
Octal 367 70 215 0 115 53 3 515 134 73
Binary 11110111 111000 10001101 0 1001101 101011 11 101001101 1011100 111011

Color Harmonies of #F7388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7388D

Black with #F7388D

Text Example


Text Example

White with #F7388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7388D; }

 p { color: rgb(247,56,141); }

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

background-color css

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

 a { background-color: rgb(247,56,141); }

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

border-color css

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

 span { border-color: rgb(247,56,141); }

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