Html Css Color HEX #F07696 Carissma

📋 copy color: '#F07696'

red 240 ◦ green 118 ◦ blue 150

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

Shades of Carissma #F07696

Tints of Carissma #F07696

RGB

 RED value IS 240 (94.14% from 255) = 47.24%

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

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

R = 47.24%
G = 23.23%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07696 (or 0xF07696) is known color: Carissma. HEX triplet: F0, 76 and 96. RGB value is (240,118,150). Sum of RGB (Red+Green+Blue) = 240+118+150=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F07696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07696 is #0F8969. Grayscale: #9E9E9E. Windows color (decimal): -1018218 or 9860848. OLE color: 9860848.

HSL color Cylindrical-coordinate representation of color #F07696: hue angle of 344.26º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07696 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 150 -
CMYK 0 0.51 0.37 0.06
HSL 344.26º 0.8% 0.7% -
HSV(B) 344.26º 0.51% 0.94% -
XYZ 47.92 33.68 32.83 -
YUV 158.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 240 118 150 0 0.51 0.37 0.06 344.26 0.8 0.7
Hex F0 76 96 0 33 25 6 158 50 46
Octal 360 166 226 0 63 45 6 530 120 106
Binary 11110000 1110110 10010110 0 110011 100101 110 101011000 1010000 1000110

Color Harmonies of #F07696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07696

Black with #F07696

Text Example


Text Example

White with #F07696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07696; }

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

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

background-color css

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

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

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

border-color css

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

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

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