Html Css Color HEX #F28196 Carissma

📋 copy color: '#F28196'

red 242 ◦ green 129 ◦ blue 150

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

Shades of Carissma #F28196

Tints of Carissma #F28196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.76%

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

R = 46.45%
G = 24.76%
B = 28.79%

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

#F28196 (or 0xF28196) is known color: Carissma. HEX triplet: F2, 81 and 96. RGB value is (242,129,150). Sum of RGB (Red+Green+Blue) = 242+129+150=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F28196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28196 is #0D7E69. Grayscale: #A5A5A5. Windows color (decimal): -884330 or 9863666. OLE color: 9863666.

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

Color convert

RGB 242 129 150 -
CMYK 0 0.47 0.38 0.05
HSL 348.85º 0.81% 0.73% -
HSV(B) 348.85º 0.47% 0.95% -
XYZ 49.97 36.78 33.32 -
YUV 165.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 242 129 150 0 0.47 0.38 0.05 348.85 0.81 0.73
Hex F2 81 96 0 2F 26 5 15D 51 49
Octal 362 201 226 0 57 46 5 535 121 111
Binary 11110010 10000001 10010110 0 101111 100110 101 101011101 1010001 1001001

Color Harmonies of #F28196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28196

Black with #F28196

Text Example


Text Example

White with #F28196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28196; }

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

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

background-color css

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

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

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

border-color css

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

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

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