Html Css Color HEX #F28089 Carissma

📋 copy color: '#F28089'

red 242 ◦ green 128 ◦ blue 137

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

Shades of Carissma #F28089

Tints of Carissma #F28089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

 BLUE value IS 137 (53.91% from 255) = 27.02%

R = 47.73%
G = 25.25%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F28089 (or 0xF28089) is known color: Carissma. HEX triplet: F2, 80 and 89. RGB value is (242,128,137). Sum of RGB (Red+Green+Blue) = 242+128+137=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F28089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28089 is #0D7F76. Grayscale: #A3A3A3. Windows color (decimal): -884599 or 9011442. OLE color: 9011442.

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

Color convert

RGB 242 128 137 -
CMYK 0 0.47 0.43 0.05
HSL 355.26º 0.81% 0.73% -
HSV(B) 355.26º 0.47% 0.95% -
XYZ 48.85 36.12 28.06 -
YUV 163.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 242 128 137 0 0.47 0.43 0.05 355.26 0.81 0.73
Hex F2 80 89 0 2F 2B 5 163 51 49
Octal 362 200 211 0 57 53 5 543 121 111
Binary 11110010 10000000 10001001 0 101111 101011 101 101100011 1010001 1001001

Color Harmonies of #F28089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28089

Black with #F28089

Text Example


Text Example

White with #F28089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28089; }

 p { color: rgb(242,128,137); }

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

background-color css

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

 a { background-color: rgb(242,128,137); }

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

border-color css

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

 span { border-color: rgb(242,128,137); }

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