Html Css Color HEX #F2858F Wewak

📋 copy color: '#F2858F'

red 242 ◦ green 133 ◦ blue 143

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

Shades of Wewak #F2858F

Tints of Wewak #F2858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 46.72%
G = 25.68%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2858F (or 0xF2858F) is known color: Wewak. HEX triplet: F2, 85 and 8F. RGB value is (242,133,143). Sum of RGB (Red+Green+Blue) = 242+133+143=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2858F is #0D7A70. Grayscale: #A6A6A6. Windows color (decimal): -883313 or 9405938. OLE color: 9405938.

HSL color Cylindrical-coordinate representation of color #F2858F: hue angle of 354.5º 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 #F2858F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 143 -
CMYK 0 0.45 0.41 0.05
HSL 354.5º 0.81% 0.74% -
HSV(B) 354.5º 0.45% 0.95% -
XYZ 49.96 37.64 30.62 -
YUV 166.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 242 133 143 0 0.45 0.41 0.05 354.5 0.81 0.74
Hex F2 85 8F 0 2D 29 5 162 51 4A
Octal 362 205 217 0 55 51 5 542 121 112
Binary 11110010 10000101 10001111 0 101101 101001 101 101100010 1010001 1001010

Color Harmonies of #F2858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2858F

Black with #F2858F

Text Example


Text Example

White with #F2858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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