Html Css Color HEX #F795C7 Shocking

📋 copy color: '#F795C7'

red 247 ◦ green 149 ◦ blue 199

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

Shades of Shocking #F795C7

Tints of Shocking #F795C7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.04%

 BLUE value IS 199 (78.13% from 255) = 33.45%

R = 41.51%
G = 25.04%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F795C7 (or 0xF795C7) is known color: Shocking. HEX triplet: F7, 95 and C7. RGB value is (247,149,199). Sum of RGB (Red+Green+Blue) = 247+149+199=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F795C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795C7 is #086A38. Grayscale: #B7B7B7. Windows color (decimal): -551481 or 13080055. OLE color: 13080055.

HSL color Cylindrical-coordinate representation of color #F795C7: hue angle of 329.39º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795C7 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 149 199 -
CMYK 0 0.40 0.19 0.03
HSL 329.39º 0.86% 0.78% -
HSV(B) 329.39º 0.4% 0.97% -
XYZ 59.41 45.39 59.66 -
YUV 184 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 247 149 199 0 0.40 0.19 0.03 329.39 0.86 0.78
Hex F7 95 C7 0 28 13 3 149 56 4E
Octal 367 225 307 0 50 23 3 511 126 116
Binary 11110111 10010101 11000111 0 101000 10011 11 101001001 1010110 1001110

Color Harmonies of #F795C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F795C7

Black with #F795C7

Text Example


Text Example

White with #F795C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F795C7; }

 p { color: rgb(247,149,199); }

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

background-color css

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

 a { background-color: rgb(247,149,199); }

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

border-color css

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

 span { border-color: rgb(247,149,199); }

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