Html Css Color HEX #F77F92 Carissma

📋 copy color: '#F77F92'

red 247 ◦ green 127 ◦ blue 146

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

Shades of Carissma #F77F92

Tints of Carissma #F77F92

RGB

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

 GREEN value IS 127 (50% from 255) = 24.42%

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 47.5%
G = 24.42%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F77F92 (or 0xF77F92) is known color: Carissma. HEX triplet: F7, 7F and 92. RGB value is (247,127,146). Sum of RGB (Red+Green+Blue) = 247+127+146=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F92 is #08806D. Grayscale: #A5A5A5. Windows color (decimal): -557166 or 9601015. OLE color: 9601015.

HSL color Cylindrical-coordinate representation of color #F77F92: hue angle of 350.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77F92 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 146 -
CMYK 0 0.49 0.41 0.03
HSL 350.5º 0.88% 0.73% -
HSV(B) 350.5º 0.49% 0.97% -
XYZ 51.14 37.03 31.65 -
YUV 165.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 247 127 146 0 0.49 0.41 0.03 350.5 0.88 0.73
Hex F7 7F 92 0 31 29 3 15E 58 49
Octal 367 177 222 0 61 51 3 536 130 111
Binary 11110111 1111111 10010010 0 110001 101001 11 101011110 1011000 1001001

Color Harmonies of #F77F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F92

Black with #F77F92

Text Example


Text Example

White with #F77F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F92; }

 p { color: rgb(247,127,146); }

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

background-color css

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

 a { background-color: rgb(247,127,146); }

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

border-color css

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

 span { border-color: rgb(247,127,146); }

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