Html Css Color HEX #F27797 Carissma

📋 copy color: '#F27797'

red 242 ◦ green 119 ◦ blue 151

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

Shades of Carissma #F27797

Tints of Carissma #F27797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.24%

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

R = 47.27%
G = 23.24%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F27797 (or 0xF27797) is known color: Carissma. HEX triplet: F2, 77 and 97. RGB value is (242,119,151). Sum of RGB (Red+Green+Blue) = 242+119+151=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F27797 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27797 is #0D8868. Grayscale: #9F9F9F. Windows color (decimal): -886889 or 9926642. OLE color: 9926642.

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

Color convert

RGB 242 119 151 -
CMYK 0 0.51 0.38 0.05
HSL 344.39º 0.83% 0.71% -
HSV(B) 344.39º 0.51% 0.95% -
XYZ 48.8 34.31 33.33 -
YUV 159.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 242 119 151 0 0.51 0.38 0.05 344.39 0.83 0.71
Hex F2 77 97 0 33 26 5 158 53 47
Octal 362 167 227 0 63 46 5 530 123 107
Binary 11110010 1110111 10010111 0 110011 100110 101 101011000 1010011 1000111

Color Harmonies of #F27797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27797

Black with #F27797

Text Example


Text Example

White with #F27797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27797; }

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

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

background-color css

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

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

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

border-color css

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

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

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