Html Css Color HEX #F28597 Carissma

📋 copy color: '#F28597'

red 242 ◦ green 133 ◦ blue 151

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

Shades of Carissma #F28597

Tints of Carissma #F28597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.29%

 BLUE value IS 151 (59.38% from 255) = 28.71%

R = 46.01%
G = 25.29%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F28597 (or 0xF28597) is known color: Carissma. HEX triplet: F2, 85 and 97. RGB value is (242,133,151). Sum of RGB (Red+Green+Blue) = 242+133+151=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F28597 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28597 is #0D7A68. Grayscale: #A7A7A7. Windows color (decimal): -883305 or 9930226. OLE color: 9930226.

HSL color Cylindrical-coordinate representation of color #F28597: hue angle of 350.09º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28597 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 151 -
CMYK 0 0.45 0.38 0.05
HSL 350.09º 0.81% 0.74% -
HSV(B) 350.09º 0.45% 0.95% -
XYZ 50.59 37.89 33.92 -
YUV 167.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 242 133 151 0 0.45 0.38 0.05 350.09 0.81 0.74
Hex F2 85 97 0 2D 26 5 15E 51 4A
Octal 362 205 227 0 55 46 5 536 121 112
Binary 11110010 10000101 10010111 0 101101 100110 101 101011110 1010001 1001010

Color Harmonies of #F28597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28597

Black with #F28597

Text Example


Text Example

White with #F28597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28597; }

 p { color: rgb(242,133,151); }

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

background-color css

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

 a { background-color: rgb(242,133,151); }

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

border-color css

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

 span { border-color: rgb(242,133,151); }

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