Html Css Color HEX #F695BD Shocking

📋 copy color: '#F695BD'

red 246 ◦ green 149 ◦ blue 189

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

Shades of Shocking #F695BD

Tints of Shocking #F695BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.36%

R = 42.12%
G = 25.51%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F695BD (or 0xF695BD) is known color: Shocking. HEX triplet: F6, 95 and BD. RGB value is (246,149,189). Sum of RGB (Red+Green+Blue) = 246+149+189=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F695BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695BD is #096A42. Grayscale: #B6B6B6. Windows color (decimal): -617027 or 12424694. OLE color: 12424694.

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

Color convert

RGB 246 149 189 -
CMYK 0 0.39 0.23 0.04
HSL 335.26º 0.84% 0.77% -
HSV(B) 335.26º 0.39% 0.96% -
XYZ 57.94 44.76 53.73 -
YUV 182.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 246 149 189 0 0.39 0.23 0.04 335.26 0.84 0.77
Hex F6 95 BD 0 27 17 4 14F 54 4D
Octal 366 225 275 0 47 27 4 517 124 115
Binary 11110110 10010101 10111101 0 100111 10111 100 101001111 1010100 1001101

Color Harmonies of #F695BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F695BD

Black with #F695BD

Text Example


Text Example

White with #F695BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F695BD; }

 p { color: rgb(246,149,189); }

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

background-color css

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

 a { background-color: rgb(246,149,189); }

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

border-color css

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

 span { border-color: rgb(246,149,189); }

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