Html Css Color HEX #F27997 Carissma

📋 copy color: '#F27997'

red 242 ◦ green 121 ◦ blue 151

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

Shades of Carissma #F27997

Tints of Carissma #F27997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.54%

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

R = 47.08%
G = 23.54%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F27997 (or 0xF27997) is known color: Carissma. HEX triplet: F2, 79 and 97. RGB value is (242,121,151). Sum of RGB (Red+Green+Blue) = 242+121+151=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F27997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27997 is #0D8668. Grayscale: #A0A0A0. Windows color (decimal): -886377 or 9927154. OLE color: 9927154.

HSL color Cylindrical-coordinate representation of color #F27997: hue angle of 345.12º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27997 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 151 -
CMYK 0 0.50 0.38 0.05
HSL 345.12º 0.82% 0.71% -
HSV(B) 345.12º 0.5% 0.95% -
XYZ 49.04 34.79 33.41 -
YUV 160.6 122.59 186.06 -
System Red Green Blue C M Y K H S L
Decimal 242 121 151 0 0.50 0.38 0.05 345.12 0.82 0.71
Hex F2 79 97 0 32 26 5 159 52 47
Octal 362 171 227 0 62 46 5 531 122 107
Binary 11110010 1111001 10010111 0 110010 100110 101 101011001 1010010 1000111

Color Harmonies of #F27997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27997

Black with #F27997

Text Example


Text Example

White with #F27997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27997; }

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

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

background-color css

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

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

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

border-color css

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

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

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