Html Css Color HEX #F47A8A Carissma

📋 copy color: '#F47A8A'

red 244 ◦ green 122 ◦ blue 138

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

Shades of Carissma #F47A8A

Tints of Carissma #F47A8A

RGB

 RED value IS 244 (95.7% from 255) = 48.41%

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

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

R = 48.41%
G = 24.21%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F47A8A (or 0xF47A8A) is known color: Carissma. HEX triplet: F4, 7A and 8A. RGB value is (244,122,138). Sum of RGB (Red+Green+Blue) = 244+122+138=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A8A is #0B8575. Grayscale: #A0A0A0. Windows color (decimal): -755062 or 9075444. OLE color: 9075444.

HSL color Cylindrical-coordinate representation of color #F47A8A: hue angle of 352.13º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47A8A is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 122 138 -
CMYK 0 0.5 0.43 0.04
HSL 352.13º 0.85% 0.72% -
HSV(B) 352.13º 0.5% 0.96% -
XYZ 48.86 34.99 28.22 -
YUV 160.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 244 122 138 0 0.5 0.43 0.04 352.13 0.85 0.72
Hex F4 7A 8A 0 32 2B 4 160 55 48
Octal 364 172 212 0 62 53 4 540 125 110
Binary 11110100 1111010 10001010 0 110010 101011 100 101100000 1010101 1001000

Color Harmonies of #F47A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47A8A

Black with #F47A8A

Text Example


Text Example

White with #F47A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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