Html Css Color HEX #F2848B Wewak

📋 copy color: '#F2848B'

red 242 ◦ green 132 ◦ blue 139

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

Shades of Wewak #F2848B

Tints of Wewak #F2848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.73%

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 47.17%
G = 25.73%
B = 27.1%

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

#F2848B (or 0xF2848B) is known color: Wewak. HEX triplet: F2, 84 and 8B. RGB value is (242,132,139). Sum of RGB (Red+Green+Blue) = 242+132+139=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2848B is #0D7B74. Grayscale: #A5A5A5. Windows color (decimal): -883573 or 9143538. OLE color: 9143538.

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

Color convert

RGB 242 132 139 -
CMYK 0 0.45 0.43 0.05
HSL 356.18º 0.81% 0.73% -
HSV(B) 356.18º 0.45% 0.95% -
XYZ 49.53 37.24 29 -
YUV 165.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 242 132 139 0 0.45 0.43 0.05 356.18 0.81 0.73
Hex F2 84 8B 0 2D 2B 5 164 51 49
Octal 362 204 213 0 55 53 5 544 121 111
Binary 11110010 10000100 10001011 0 101101 101011 101 101100100 1010001 1001001

Color Harmonies of #F2848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2848B

Black with #F2848B

Text Example


Text Example

White with #F2848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2848B; }

 p { color: rgb(242,132,139); }

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

background-color css

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

 a { background-color: rgb(242,132,139); }

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

border-color css

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

 span { border-color: rgb(242,132,139); }

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