Html Css Color HEX #F27696 Carissma

📋 copy color: '#F27696'

red 242 ◦ green 118 ◦ blue 150

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

Shades of Carissma #F27696

Tints of Carissma #F27696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.14%

 BLUE value IS 150 (58.98% from 255) = 29.41%

R = 47.45%
G = 23.14%
B = 29.41%

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

#F27696 (or 0xF27696) is known color: Carissma. HEX triplet: F2, 76 and 96. RGB value is (242,118,150). Sum of RGB (Red+Green+Blue) = 242+118+150=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F27696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27696 is #0D8969. Grayscale: #9E9E9E. Windows color (decimal): -887146 or 9860850. OLE color: 9860850.

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

Color convert

RGB 242 118 150 -
CMYK 0 0.51 0.38 0.05
HSL 344.52º 0.83% 0.71% -
HSV(B) 344.52º 0.51% 0.95% -
XYZ 48.6 34.04 32.86 -
YUV 158.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 242 118 150 0 0.51 0.38 0.05 344.52 0.83 0.71
Hex F2 76 96 0 33 26 5 159 53 47
Octal 362 166 226 0 63 46 5 531 123 107
Binary 11110010 1110110 10010110 0 110011 100110 101 101011001 1010011 1000111

Color Harmonies of #F27696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27696

Black with #F27696

Text Example


Text Example

White with #F27696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27696; }

 p { color: rgb(242,118,150); }

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

background-color css

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

 a { background-color: rgb(242,118,150); }

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

border-color css

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

 span { border-color: rgb(242,118,150); }

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