Html Css Color HEX #F28195 Carissma

📋 copy color: '#F28195'

red 242 ◦ green 129 ◦ blue 149

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

Shades of Carissma #F28195

Tints of Carissma #F28195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 46.54%
G = 24.81%
B = 28.65%

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

#F28195 (or 0xF28195) is known color: Carissma. HEX triplet: F2, 81 and 95. RGB value is (242,129,149). Sum of RGB (Red+Green+Blue) = 242+129+149=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F28195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28195 is #0D7E6A. Grayscale: #A5A5A5. Windows color (decimal): -884331 or 9798130. OLE color: 9798130.

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

Color convert

RGB 242 129 149 -
CMYK 0 0.47 0.38 0.05
HSL 349.38º 0.81% 0.73% -
HSV(B) 349.38º 0.47% 0.95% -
XYZ 49.89 36.75 32.9 -
YUV 165.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 242 129 149 0 0.47 0.38 0.05 349.38 0.81 0.73
Hex F2 81 95 0 2F 26 5 15D 51 49
Octal 362 201 225 0 57 46 5 535 121 111
Binary 11110010 10000001 10010101 0 101111 100110 101 101011101 1010001 1001001

Color Harmonies of #F28195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28195

Black with #F28195

Text Example


Text Example

White with #F28195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28195; }

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

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

background-color css

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

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

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

border-color css

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

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

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