Html Css Color HEX #F28589 Wewak

📋 copy color: '#F28589'

red 242 ◦ green 133 ◦ blue 137

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

Shades of Wewak #F28589

Tints of Wewak #F28589

RGB

 RED value IS 242 (94.92% from 255) = 47.27%

 GREEN value IS 133 (52.34% from 255) = 25.98%

 BLUE value IS 137 (53.91% from 255) = 26.76%

R = 47.27%
G = 25.98%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F28589 (or 0xF28589) is known color: Wewak. HEX triplet: F2, 85 and 89. RGB value is (242,133,137). Sum of RGB (Red+Green+Blue) = 242+133+137=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F28589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28589 is #0D7A76. Grayscale: #A6A6A6. Windows color (decimal): -883319 or 9012722. OLE color: 9012722.

HSL color Cylindrical-coordinate representation of color #F28589: hue angle of 357.8º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28589 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 137 -
CMYK 0 0.45 0.43 0.05
HSL 357.8º 0.81% 0.74% -
HSV(B) 357.8º 0.45% 0.95% -
XYZ 49.52 37.46 28.29 -
YUV 166.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 242 133 137 0 0.45 0.43 0.05 357.8 0.81 0.74
Hex F2 85 89 0 2D 2B 5 166 51 4A
Octal 362 205 211 0 55 53 5 546 121 112
Binary 11110010 10000101 10001001 0 101101 101011 101 101100110 1010001 1001010

Color Harmonies of #F28589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28589

Black with #F28589

Text Example


Text Example

White with #F28589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28589; }

 p { color: rgb(242,133,137); }

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

background-color css

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

 a { background-color: rgb(242,133,137); }

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

border-color css

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

 span { border-color: rgb(242,133,137); }

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