Html Css Color HEX #F28097 Carissma

📋 copy color: '#F28097'

red 242 ◦ green 128 ◦ blue 151

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

Shades of Carissma #F28097

Tints of Carissma #F28097

RGB

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

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

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

R = 46.45%
G = 24.57%
B = 28.98%

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

#F28097 (or 0xF28097) is known color: Carissma. HEX triplet: F2, 80 and 97. RGB value is (242,128,151). Sum of RGB (Red+Green+Blue) = 242+128+151=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F28097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28097 is #0D7F68. Grayscale: #A4A4A4. Windows color (decimal): -884585 or 9928946. OLE color: 9928946.

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

Color convert

RGB 242 128 151 -
CMYK 0 0.47 0.38 0.05
HSL 347.89º 0.81% 0.73% -
HSV(B) 347.89º 0.47% 0.95% -
XYZ 49.92 36.55 33.7 -
YUV 164.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 242 128 151 0 0.47 0.38 0.05 347.89 0.81 0.73
Hex F2 80 97 0 2F 26 5 15C 51 49
Octal 362 200 227 0 57 46 5 534 121 111
Binary 11110010 10000000 10010111 0 101111 100110 101 101011100 1010001 1001001

Color Harmonies of #F28097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28097

Black with #F28097

Text Example


Text Example

White with #F28097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28097; }

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

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

background-color css

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

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

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

border-color css

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

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

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