Html Css Color HEX #F77990 Carissma

📋 copy color: '#F77990'

red 247 ◦ green 121 ◦ blue 144

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

Shades of Carissma #F77990

Tints of Carissma #F77990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 48.24%
G = 23.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F77990 (or 0xF77990) is known color: Carissma. HEX triplet: F7, 79 and 90. RGB value is (247,121,144). Sum of RGB (Red+Green+Blue) = 247+121+144=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F77990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77990 is #08866F. Grayscale: #A1A1A1. Windows color (decimal): -558704 or 9468407. OLE color: 9468407.

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

Color convert

RGB 247 121 144 -
CMYK 0 0.51 0.42 0.03
HSL 349.05º 0.89% 0.72% -
HSV(B) 349.05º 0.51% 0.97% -
XYZ 50.23 35.46 30.58 -
YUV 161.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 247 121 144 0 0.51 0.42 0.03 349.05 0.89 0.72
Hex F7 79 90 0 33 2A 3 15D 59 48
Octal 367 171 220 0 63 52 3 535 131 110
Binary 11110111 1111001 10010000 0 110011 101010 11 101011101 1011001 1001000

Color Harmonies of #F77990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77990

Black with #F77990

Text Example


Text Example

White with #F77990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77990; }

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

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

background-color css

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

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

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

border-color css

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

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

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