Html Css Color HEX #F6969E Wewak

📋 copy color: '#F6969E'

red 246 ◦ green 150 ◦ blue 158

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

Shades of Wewak #F6969E

Tints of Wewak #F6969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.08%

 BLUE value IS 158 (62.11% from 255) = 28.52%

R = 44.4%
G = 27.08%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6969E (or 0xF6969E) is known color: Wewak. HEX triplet: F6, 96 and 9E. RGB value is (246,150,158). Sum of RGB (Red+Green+Blue) = 246+150+158=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6969E is #096961. Grayscale: #B3B3B3. Windows color (decimal): -616802 or 10393334. OLE color: 10393334.

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

Color convert

RGB 246 150 158 -
CMYK 0 0.39 0.36 0.04
HSL 355º 0.84% 0.78% -
HSV(B) 355º 0.39% 0.96% -
XYZ 55.08 43.87 37.91 -
YUV 179.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 246 150 158 0 0.39 0.36 0.04 355 0.84 0.78
Hex F6 96 9E 0 27 24 4 163 54 4E
Octal 366 226 236 0 47 44 4 543 124 116
Binary 11110110 10010110 10011110 0 100111 100100 100 101100011 1010100 1001110

Color Harmonies of #F6969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6969E

Black with #F6969E

Text Example


Text Example

White with #F6969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6969E; }

 p { color: rgb(246,150,158); }

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

background-color css

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

 a { background-color: rgb(246,150,158); }

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

border-color css

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

 span { border-color: rgb(246,150,158); }

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