Html Css Color HEX #F18C8C Sweet Pink

📋 copy color: '#F18C8C'

red 241 ◦ green 140 ◦ blue 140

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

Shades of Sweet Pink #F18C8C

Tints of Sweet Pink #F18C8C

RGB

 RED value IS 241 (94.53% from 255) = 46.26%

 GREEN value IS 140 (55.08% from 255) = 26.87%

 BLUE value IS 140 (55.08% from 255) = 26.87%

R = 46.26%
G = 26.87%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F18C8C (or 0xF18C8C) is known color: Sweet Pink. HEX triplet: F1, 8C and 8C. RGB value is (241,140,140). Sum of RGB (Red+Green+Blue) = 241+140+140=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C8C is #0E7373. Grayscale: #AAAAAA. Windows color (decimal): -947060 or 9211121. OLE color: 9211121.

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

Color convert

RGB 241 140 140 -
CMYK 0 0.42 0.42 0.05
HSL 0.78% 0.75% -
HSV(B) 0.42% 0.95% -
XYZ 50.39 39.35 29.75 -
YUV 170.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 241 140 140 0 0.42 0.42 0.05 0 0.78 0.75
Hex F1 8C 8C 0 2A 2A 5 0 4E 4B
Octal 361 214 214 0 52 52 5 0 116 113
Binary 11110001 10001100 10001100 0 101010 101010 101 0 1001110 1001011

Color Harmonies of #F18C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C8C

Black with #F18C8C

Text Example


Text Example

White with #F18C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C8C; }

 p { color: rgb(241,140,140); }

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

background-color css

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

 a { background-color: rgb(241,140,140); }

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

border-color css

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

 span { border-color: rgb(241,140,140); }

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