Html Css Color HEX #F28096 Carissma

📋 copy color: '#F28096'

red 242 ◦ green 128 ◦ blue 150

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

Shades of Carissma #F28096

Tints of Carissma #F28096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 46.54%
G = 24.62%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F28096 (or 0xF28096) is known color: Carissma. HEX triplet: F2, 80 and 96. RGB value is (242,128,150). Sum of RGB (Red+Green+Blue) = 242+128+150=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F28096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28096 is #0D7F69. Grayscale: #A4A4A4. Windows color (decimal): -884586 or 9863410. OLE color: 9863410.

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

Color convert

RGB 242 128 150 -
CMYK 0 0.47 0.38 0.05
HSL 348.42º 0.81% 0.73% -
HSV(B) 348.42º 0.47% 0.95% -
XYZ 49.84 36.52 33.28 -
YUV 164.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 242 128 150 0 0.47 0.38 0.05 348.42 0.81 0.73
Hex F2 80 96 0 2F 26 5 15C 51 49
Octal 362 200 226 0 57 46 5 534 121 111
Binary 11110010 10000000 10010110 0 101111 100110 101 101011100 1010001 1001001

Color Harmonies of #F28096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28096

Black with #F28096

Text Example


Text Example

White with #F28096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28096; }

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

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

background-color css

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

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

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

border-color css

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

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

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