Html Css Color HEX #F77A8F Carissma

📋 copy color: '#F77A8F'

red 247 ◦ green 122 ◦ blue 143

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

Shades of Carissma #F77A8F

Tints of Carissma #F77A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.83%

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 48.24%
G = 23.83%
B = 27.93%

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

#F77A8F (or 0xF77A8F) is known color: Carissma. HEX triplet: F7, 7A and 8F. RGB value is (247,122,143). Sum of RGB (Red+Green+Blue) = 247+122+143=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A8F is #088570. Grayscale: #A1A1A1. Windows color (decimal): -558449 or 9403127. OLE color: 9403127.

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

Color convert

RGB 247 122 143 -
CMYK 0 0.51 0.42 0.03
HSL 349.92º 0.89% 0.72% -
HSV(B) 349.92º 0.51% 0.97% -
XYZ 50.28 35.68 30.22 -
YUV 161.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 247 122 143 0 0.51 0.42 0.03 349.92 0.89 0.72
Hex F7 7A 8F 0 33 2A 3 15E 59 48
Octal 367 172 217 0 63 52 3 536 131 110
Binary 11110111 1111010 10001111 0 110011 101010 11 101011110 1011001 1001000

Color Harmonies of #F77A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A8F

Black with #F77A8F

Text Example


Text Example

White with #F77A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A8F; }

 p { color: rgb(247,122,143); }

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

background-color css

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

 a { background-color: rgb(247,122,143); }

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

border-color css

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

 span { border-color: rgb(247,122,143); }

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