Html Css Color HEX #F28993 Wewak

📋 copy color: '#F28993'

red 242 ◦ green 137 ◦ blue 147

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

Shades of Wewak #F28993

Tints of Wewak #F28993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.05%

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 46.01%
G = 26.05%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F28993 (or 0xF28993) is known color: Wewak. HEX triplet: F2, 89 and 93. RGB value is (242,137,147). Sum of RGB (Red+Green+Blue) = 242+137+147=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F28993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28993 is #0D766C. Grayscale: #A9A9A9. Windows color (decimal): -882285 or 9669106. OLE color: 9669106.

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

Color convert

RGB 242 137 147 -
CMYK 0 0.43 0.39 0.05
HSL 354.29º 0.8% 0.74% -
HSV(B) 354.29º 0.43% 0.95% -
XYZ 50.83 38.88 32.43 -
YUV 169.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 242 137 147 0 0.43 0.39 0.05 354.29 0.8 0.74
Hex F2 89 93 0 2B 27 5 162 50 4A
Octal 362 211 223 0 53 47 5 542 120 112
Binary 11110010 10001001 10010011 0 101011 100111 101 101100010 1010000 1001010

Color Harmonies of #F28993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28993

Black with #F28993

Text Example


Text Example

White with #F28993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28993; }

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

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

background-color css

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

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

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

border-color css

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

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

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