Html Css Color HEX #F28088 Carissma

📋 copy color: '#F28088'

red 242 ◦ green 128 ◦ blue 136

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

Shades of Carissma #F28088

Tints of Carissma #F28088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 47.83%
G = 25.3%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F28088 (or 0xF28088) is known color: Carissma. HEX triplet: F2, 80 and 88. RGB value is (242,128,136). Sum of RGB (Red+Green+Blue) = 242+128+136=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F28088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28088 is #0D7F77. Grayscale: #A3A3A3. Windows color (decimal): -884600 or 8945906. OLE color: 8945906.

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

Color convert

RGB 242 128 136 -
CMYK 0 0.47 0.44 0.05
HSL 355.79º 0.81% 0.73% -
HSV(B) 355.79º 0.47% 0.95% -
XYZ 48.78 36.09 27.69 -
YUV 163 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 242 128 136 0 0.47 0.44 0.05 355.79 0.81 0.73
Hex F2 80 88 0 2F 2C 5 164 51 49
Octal 362 200 210 0 57 54 5 544 121 111
Binary 11110010 10000000 10001000 0 101111 101100 101 101100100 1010001 1001001

Color Harmonies of #F28088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28088

Black with #F28088

Text Example


Text Example

White with #F28088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28088; }

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

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

background-color css

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

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

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

border-color css

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

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

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