Html Css Color HEX #F08F9A Wewak

📋 copy color: '#F08F9A'

red 240 ◦ green 143 ◦ blue 154

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

Shades of Wewak #F08F9A

Tints of Wewak #F08F9A

RGB

 RED value IS 240 (94.14% from 255) = 44.69%

 GREEN value IS 143 (56.25% from 255) = 26.63%

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 44.69%
G = 26.63%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F08F9A (or 0xF08F9A) is known color: Wewak. HEX triplet: F0, 8F and 9A. RGB value is (240,143,154). Sum of RGB (Red+Green+Blue) = 240+143+154=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F9A is #0F7065. Grayscale: #ADADAD. Windows color (decimal): -1011814 or 10129392. OLE color: 10129392.

HSL color Cylindrical-coordinate representation of color #F08F9A: hue angle of 353.2º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08F9A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 154 -
CMYK 0 0.40 0.36 0.06
HSL 353.2º 0.76% 0.75% -
HSV(B) 353.2º 0.4% 0.94% -
XYZ 51.59 40.5 35.67 -
YUV 173.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 240 143 154 0 0.40 0.36 0.06 353.2 0.76 0.75
Hex F0 8F 9A 0 28 24 6 161 4C 4B
Octal 360 217 232 0 50 44 6 541 114 113
Binary 11110000 10001111 10011010 0 101000 100100 110 101100001 1001100 1001011

Color Harmonies of #F08F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F9A

Black with #F08F9A

Text Example


Text Example

White with #F08F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F9A; }

 p { color: rgb(240,143,154); }

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

background-color css

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

 a { background-color: rgb(240,143,154); }

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

border-color css

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

 span { border-color: rgb(240,143,154); }

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