Html Css Color HEX #F699C2 Shocking

📋 copy color: '#F699C2'

red 246 ◦ green 153 ◦ blue 194

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

Shades of Shocking #F699C2

Tints of Shocking #F699C2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.8%

 BLUE value IS 194 (76.17% from 255) = 32.72%

R = 41.48%
G = 25.8%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F699C2 (or 0xF699C2) is known color: Shocking. HEX triplet: F6, 99 and C2. RGB value is (246,153,194). Sum of RGB (Red+Green+Blue) = 246+153+194=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F699C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699C2 is #09663D. Grayscale: #B9B9B9. Windows color (decimal): -615998 or 12753398. OLE color: 12753398.

HSL color Cylindrical-coordinate representation of color #F699C2: hue angle of 333.55º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699C2 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 153 194 -
CMYK 0 0.38 0.21 0.04
HSL 333.55º 0.84% 0.78% -
HSV(B) 333.55º 0.38% 0.96% -
XYZ 59.13 46.27 56.85 -
YUV 185.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 246 153 194 0 0.38 0.21 0.04 333.55 0.84 0.78
Hex F6 99 C2 0 26 15 4 14E 54 4E
Octal 366 231 302 0 46 25 4 516 124 116
Binary 11110110 10011001 11000010 0 100110 10101 100 101001110 1010100 1001110

Color Harmonies of #F699C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F699C2

Black with #F699C2

Text Example


Text Example

White with #F699C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F699C2; }

 p { color: rgb(246,153,194); }

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

background-color css

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

 a { background-color: rgb(246,153,194); }

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

border-color css

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

 span { border-color: rgb(246,153,194); }

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