Html Css Color HEX #F77C8B Carissma

📋 copy color: '#F77C8B'

red 247 ◦ green 124 ◦ blue 139

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

Shades of Carissma #F77C8B

Tints of Carissma #F77C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 48.43%
G = 24.31%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F77C8B (or 0xF77C8B) is known color: Carissma. HEX triplet: F7, 7C and 8B. RGB value is (247,124,139). Sum of RGB (Red+Green+Blue) = 247+124+139=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C8B is #088374. Grayscale: #A2A2A2. Windows color (decimal): -557941 or 9141495. OLE color: 9141495.

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

Color convert

RGB 247 124 139 -
CMYK 0 0.50 0.44 0.03
HSL 352.68º 0.88% 0.73% -
HSV(B) 352.68º 0.5% 0.97% -
XYZ 50.23 36.05 28.74 -
YUV 162.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 247 124 139 0 0.50 0.44 0.03 352.68 0.88 0.73
Hex F7 7C 8B 0 32 2C 3 161 58 49
Octal 367 174 213 0 62 54 3 541 130 111
Binary 11110111 1111100 10001011 0 110010 101100 11 101100001 1011000 1001001

Color Harmonies of #F77C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C8B

Black with #F77C8B

Text Example


Text Example

White with #F77C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C8B; }

 p { color: rgb(247,124,139); }

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

background-color css

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

 a { background-color: rgb(247,124,139); }

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

border-color css

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

 span { border-color: rgb(247,124,139); }

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