Html Css Color HEX #F5969B Wewak

📋 copy color: '#F5969B'

red 245 ◦ green 150 ◦ blue 155

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

Shades of Wewak #F5969B

Tints of Wewak #F5969B

RGB

 RED value IS 245 (96.09% from 255) = 44.55%

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

 BLUE value IS 155 (60.94% from 255) = 28.18%

R = 44.55%
G = 27.27%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5969B (or 0xF5969B) is known color: Wewak. HEX triplet: F5, 96 and 9B. RGB value is (245,150,155). Sum of RGB (Red+Green+Blue) = 245+150+155=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5969B is #0A6964. Grayscale: #B3B3B3. Windows color (decimal): -682341 or 10196725. OLE color: 10196725.

HSL color Cylindrical-coordinate representation of color #F5969B: hue angle of 356.84º degrees, saturation: 0.83, 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 #F5969B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 150 155 -
CMYK 0 0.39 0.37 0.04
HSL 356.84º 0.83% 0.77% -
HSV(B) 356.84º 0.39% 0.96% -
XYZ 54.48 43.59 36.55 -
YUV 178.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 245 150 155 0 0.39 0.37 0.04 356.84 0.83 0.77
Hex F5 96 9B 0 27 25 4 165 53 4D
Octal 365 226 233 0 47 45 4 545 123 115
Binary 11110101 10010110 10011011 0 100111 100101 100 101100101 1010011 1001101

Color Harmonies of #F5969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5969B

Black with #F5969B

Text Example


Text Example

White with #F5969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5969B; }

 p { color: rgb(245,150,155); }

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

background-color css

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

 a { background-color: rgb(245,150,155); }

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

border-color css

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

 span { border-color: rgb(245,150,155); }

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