Html Css Color HEX #F77F96 Carissma

📋 copy color: '#F77F96'

red 247 ◦ green 127 ◦ blue 150

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

Shades of Carissma #F77F96

Tints of Carissma #F77F96

RGB

 RED value IS 247 (96.88% from 255) = 47.14%

 GREEN value IS 127 (50% from 255) = 24.24%

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

R = 47.14%
G = 24.24%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F77F96 (or 0xF77F96) is known color: Carissma. HEX triplet: F7, 7F and 96. RGB value is (247,127,150). Sum of RGB (Red+Green+Blue) = 247+127+150=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F96 is #088069. Grayscale: #A5A5A5. Windows color (decimal): -557162 or 9863159. OLE color: 9863159.

HSL color Cylindrical-coordinate representation of color #F77F96: hue angle of 348.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77F96 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 150 -
CMYK 0 0.49 0.39 0.03
HSL 348.5º 0.88% 0.73% -
HSV(B) 348.5º 0.49% 0.97% -
XYZ 51.45 37.15 33.31 -
YUV 165.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 247 127 150 0 0.49 0.39 0.03 348.5 0.88 0.73
Hex F7 7F 96 0 31 27 3 15C 58 49
Octal 367 177 226 0 61 47 3 534 130 111
Binary 11110111 1111111 10010110 0 110001 100111 11 101011100 1011000 1001001

Color Harmonies of #F77F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F96

Black with #F77F96

Text Example


Text Example

White with #F77F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F96; }

 p { color: rgb(247,127,150); }

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

background-color css

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

 a { background-color: rgb(247,127,150); }

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

border-color css

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

 span { border-color: rgb(247,127,150); }

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