Html Css Color HEX #F28099 Carissma

📋 copy color: '#F28099'

red 242 ◦ green 128 ◦ blue 153

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

Shades of Carissma #F28099

Tints of Carissma #F28099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 46.27%
G = 24.47%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F28099 (or 0xF28099) is known color: Carissma. HEX triplet: F2, 80 and 99. RGB value is (242,128,153). Sum of RGB (Red+Green+Blue) = 242+128+153=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F28099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28099 is #0D7F66. Grayscale: #A4A4A4. Windows color (decimal): -884583 or 10060018. OLE color: 10060018.

HSL color Cylindrical-coordinate representation of color #F28099: hue angle of 346.84º 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 #F28099 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 153 -
CMYK 0 0.47 0.37 0.05
HSL 346.84º 0.81% 0.73% -
HSV(B) 346.84º 0.47% 0.95% -
XYZ 50.09 36.62 34.56 -
YUV 164.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 242 128 153 0 0.47 0.37 0.05 346.84 0.81 0.73
Hex F2 80 99 0 2F 25 5 15B 51 49
Octal 362 200 231 0 57 45 5 533 121 111
Binary 11110010 10000000 10011001 0 101111 100101 101 101011011 1010001 1001001

Color Harmonies of #F28099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28099

Black with #F28099

Text Example


Text Example

White with #F28099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28099; }

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

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

background-color css

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

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

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

border-color css

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

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

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