Html Css Color HEX #F698CB Shocking

📋 copy color: '#F698CB'

red 246 ◦ green 152 ◦ blue 203

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

Shades of Shocking #F698CB

Tints of Shocking #F698CB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.29%

 BLUE value IS 203 (79.69% from 255) = 33.78%

R = 40.93%
G = 25.29%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F698CB (or 0xF698CB) is known color: Shocking. HEX triplet: F6, 98 and CB. RGB value is (246,152,203). Sum of RGB (Red+Green+Blue) = 246+152+203=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F698CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698CB is #096734. Grayscale: #B9B9B9. Windows color (decimal): -616245 or 13342966. OLE color: 13342966.

HSL color Cylindrical-coordinate representation of color #F698CB: hue angle of 327.45º 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 #F698CB is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 152 203 -
CMYK 0 0.38 0.17 0.04
HSL 327.45º 0.84% 0.78% -
HSV(B) 327.45º 0.38% 0.96% -
XYZ 60.01 46.36 62.29 -
YUV 185.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 246 152 203 0 0.38 0.17 0.04 327.45 0.84 0.78
Hex F6 98 CB 0 26 11 4 147 54 4E
Octal 366 230 313 0 46 21 4 507 124 116
Binary 11110110 10011000 11001011 0 100110 10001 100 101000111 1010100 1001110

Color Harmonies of #F698CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F698CB

Black with #F698CB

Text Example


Text Example

White with #F698CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F698CB; }

 p { color: rgb(246,152,203); }

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

background-color css

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

 a { background-color: rgb(246,152,203); }

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

border-color css

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

 span { border-color: rgb(246,152,203); }

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