Html Css Color HEX #F77A8A Carissma

📋 copy color: '#F77A8A'

red 247 ◦ green 122 ◦ blue 138

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

Shades of Carissma #F77A8A

Tints of Carissma #F77A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 48.72%
G = 24.06%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F77A8A (or 0xF77A8A) is known color: Carissma. HEX triplet: F7, 7A and 8A. RGB value is (247,122,138). Sum of RGB (Red+Green+Blue) = 247+122+138=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A8A is #088575. Grayscale: #A1A1A1. Windows color (decimal): -558454 or 9075447. OLE color: 9075447.

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

Color convert

RGB 247 122 138 -
CMYK 0 0.51 0.44 0.03
HSL 352.32º 0.89% 0.72% -
HSV(B) 352.32º 0.51% 0.97% -
XYZ 49.9 35.53 28.27 -
YUV 161.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 247 122 138 0 0.51 0.44 0.03 352.32 0.89 0.72
Hex F7 7A 8A 0 33 2C 3 160 59 48
Octal 367 172 212 0 63 54 3 540 131 110
Binary 11110111 1111010 10001010 0 110011 101100 11 101100000 1011001 1001000

Color Harmonies of #F77A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A8A

Black with #F77A8A

Text Example


Text Example

White with #F77A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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