Html Css Color HEX #F77393 Carissma

📋 copy color: '#F77393'

red 247 ◦ green 115 ◦ blue 147

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

Shades of Carissma #F77393

Tints of Carissma #F77393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 48.53%
G = 22.59%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F77393 (or 0xF77393) is known color: Carissma. HEX triplet: F7, 73 and 93. RGB value is (247,115,147). Sum of RGB (Red+Green+Blue) = 247+115+147=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77393 is #088C6C. Grayscale: #9E9E9E. Windows color (decimal): -560237 or 9663479. OLE color: 9663479.

HSL color Cylindrical-coordinate representation of color #F77393: hue angle of 345.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77393 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 115 147 -
CMYK 0 0.53 0.40 0.03
HSL 345.45º 0.89% 0.71% -
HSV(B) 345.45º 0.53% 0.97% -
XYZ 49.75 34.14 31.57 -
YUV 158.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 247 115 147 0 0.53 0.40 0.03 345.45 0.89 0.71
Hex F7 73 93 0 35 28 3 159 59 47
Octal 367 163 223 0 65 50 3 531 131 107
Binary 11110111 1110011 10010011 0 110101 101000 11 101011001 1011001 1000111

Color Harmonies of #F77393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77393

Black with #F77393

Text Example


Text Example

White with #F77393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77393; }

 p { color: rgb(247,115,147); }

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

background-color css

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

 a { background-color: rgb(247,115,147); }

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

border-color css

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

 span { border-color: rgb(247,115,147); }

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