Html Css Color HEX #F39085 Sweet Pink

📋 copy color: '#F39085'

red 243 ◦ green 144 ◦ blue 133

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

Shades of Sweet Pink #F39085

Tints of Sweet Pink #F39085

RGB

 RED value IS 243 (95.31% from 255) = 46.73%

 GREEN value IS 144 (56.64% from 255) = 27.69%

 BLUE value IS 133 (52.34% from 255) = 25.58%

R = 46.73%
G = 27.69%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F39085 (or 0xF39085) is known color: Sweet Pink. HEX triplet: F3, 90 and 85. RGB value is (243,144,133). Sum of RGB (Red+Green+Blue) = 243+144+133=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F39085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39085 is #0C6F7A. Grayscale: #ACACAC. Windows color (decimal): -814971 or 8753395. OLE color: 8753395.

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

Color convert

RGB 243 144 133 -
CMYK 0 0.41 0.45 0.05
HSL 0.82% 0.74% -
HSV(B) 0.45% 0.95% -
XYZ 51.17 40.69 27.35 -
YUV 172.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 243 144 133 0 0.41 0.45 0.05 6 0.82 0.74
Hex F3 90 85 0 29 2D 5 6 52 4A
Octal 363 220 205 0 51 55 5 6 122 112
Binary 11110011 10010000 10000101 0 101001 101101 101 110 1010010 1001010

Color Harmonies of #F39085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39085

Black with #F39085

Text Example


Text Example

White with #F39085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39085; }

 p { color: rgb(243,144,133); }

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

background-color css

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

 a { background-color: rgb(243,144,133); }

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

border-color css

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

 span { border-color: rgb(243,144,133); }

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