Html Css Color HEX #F77993 Carissma

📋 copy color: '#F77993'

red 247 ◦ green 121 ◦ blue 147

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

Shades of Carissma #F77993

Tints of Carissma #F77993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.5%

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

R = 47.96%
G = 23.5%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F77993 (or 0xF77993) is known color: Carissma. HEX triplet: F7, 79 and 93. RGB value is (247,121,147). Sum of RGB (Red+Green+Blue) = 247+121+147=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F77993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77993 is #08866C. Grayscale: #A1A1A1. Windows color (decimal): -558701 or 9665015. OLE color: 9665015.

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

Color convert

RGB 247 121 147 -
CMYK 0 0.51 0.40 0.03
HSL 347.62º 0.89% 0.72% -
HSV(B) 347.62º 0.51% 0.97% -
XYZ 50.46 35.56 31.81 -
YUV 161.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 247 121 147 0 0.51 0.40 0.03 347.62 0.89 0.72
Hex F7 79 93 0 33 28 3 15C 59 48
Octal 367 171 223 0 63 50 3 534 131 110
Binary 11110111 1111001 10010011 0 110011 101000 11 101011100 1011001 1001000

Color Harmonies of #F77993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77993

Black with #F77993

Text Example


Text Example

White with #F77993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77993; }

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

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

background-color css

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

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

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

border-color css

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

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

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