Html Css Color HEX #F77894 Carissma

📋 copy color: '#F77894'

red 247 ◦ green 120 ◦ blue 148

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

Shades of Carissma #F77894

Tints of Carissma #F77894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.3%

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

R = 47.96%
G = 23.3%
B = 28.74%

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

#F77894 (or 0xF77894) is known color: Carissma. HEX triplet: F7, 78 and 94. RGB value is (247,120,148). Sum of RGB (Red+Green+Blue) = 247+120+148=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F77894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77894 is #08876B. Grayscale: #A1A1A1. Windows color (decimal): -558956 or 9730295. OLE color: 9730295.

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

Color convert

RGB 247 120 148 -
CMYK 0 0.51 0.40 0.03
HSL 346.77º 0.89% 0.72% -
HSV(B) 346.77º 0.51% 0.97% -
XYZ 50.42 35.35 32.18 -
YUV 161.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 247 120 148 0 0.51 0.40 0.03 346.77 0.89 0.72
Hex F7 78 94 0 33 28 3 15B 59 48
Octal 367 170 224 0 63 50 3 533 131 110
Binary 11110111 1111000 10010100 0 110011 101000 11 101011011 1011001 1001000

Color Harmonies of #F77894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77894

Black with #F77894

Text Example


Text Example

White with #F77894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77894; }

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

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

background-color css

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

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

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

border-color css

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

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

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