Html Css Color HEX #F2938A Sweet Pink

📋 copy color: '#F2938A'

red 242 ◦ green 147 ◦ blue 138

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

Shades of Sweet Pink #F2938A

Tints of Sweet Pink #F2938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

 BLUE value IS 138 (54.3% from 255) = 26.19%

R = 45.92%
G = 27.89%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2938A (or 0xF2938A) is known color: Sweet Pink. HEX triplet: F2, 93 and 8A. RGB value is (242,147,138). Sum of RGB (Red+Green+Blue) = 242+147+138=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2938A is #0D6C75. Grayscale: #AEAEAE. Windows color (decimal): -879734 or 9081842. OLE color: 9081842.

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

Color convert

RGB 242 147 138 -
CMYK 0 0.39 0.43 0.05
HSL 5.19º 0.8% 0.75% -
HSV(B) 5.19º 0.43% 0.95% -
XYZ 51.64 41.58 29.35 -
YUV 174.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 242 147 138 0 0.39 0.43 0.05 5.19 0.8 0.75
Hex F2 93 8A 0 27 2B 5 5 50 4B
Octal 362 223 212 0 47 53 5 5 120 113
Binary 11110010 10010011 10001010 0 100111 101011 101 101 1010000 1001011

Color Harmonies of #F2938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2938A

Black with #F2938A

Text Example


Text Example

White with #F2938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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