Html Css Color HEX #F77594 Carissma

📋 copy color: '#F77594'

red 247 ◦ green 117 ◦ blue 148

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

Shades of Carissma #F77594

Tints of Carissma #F77594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.85%

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 48.24%
G = 22.85%
B = 28.91%

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

#F77594 (or 0xF77594) is known color: Carissma. HEX triplet: F7, 75 and 94. RGB value is (247,117,148). Sum of RGB (Red+Green+Blue) = 247+117+148=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F77594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77594 is #088A6B. Grayscale: #9F9F9F. Windows color (decimal): -559724 or 9729527. OLE color: 9729527.

HSL color Cylindrical-coordinate representation of color #F77594: hue angle of 345.69º 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 #F77594 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 148 -
CMYK 0 0.53 0.40 0.03
HSL 345.69º 0.89% 0.71% -
HSV(B) 345.69º 0.53% 0.97% -
XYZ 50.06 34.63 32.06 -
YUV 159.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 247 117 148 0 0.53 0.40 0.03 345.69 0.89 0.71
Hex F7 75 94 0 35 28 3 15A 59 47
Octal 367 165 224 0 65 50 3 532 131 107
Binary 11110111 1110101 10010100 0 110101 101000 11 101011010 1011001 1000111

Color Harmonies of #F77594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77594

Black with #F77594

Text Example


Text Example

White with #F77594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77594; }

 p { color: rgb(247,117,148); }

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

background-color css

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

 a { background-color: rgb(247,117,148); }

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

border-color css

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

 span { border-color: rgb(247,117,148); }

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