Html Css Color HEX #F47A8D Carissma

📋 copy color: '#F47A8D'

red 244 ◦ green 122 ◦ blue 141

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

Shades of Carissma #F47A8D

Tints of Carissma #F47A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 48.13%
G = 24.06%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F47A8D (or 0xF47A8D) is known color: Carissma. HEX triplet: F4, 7A and 8D. RGB value is (244,122,141). Sum of RGB (Red+Green+Blue) = 244+122+141=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A8D is #0B8572. Grayscale: #A0A0A0. Windows color (decimal): -755059 or 9272052. OLE color: 9272052.

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

Color convert

RGB 244 122 141 -
CMYK 0 0.5 0.42 0.04
HSL 350.66º 0.85% 0.72% -
HSV(B) 350.66º 0.5% 0.96% -
XYZ 49.08 35.08 29.38 -
YUV 160.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 244 122 141 0 0.5 0.42 0.04 350.66 0.85 0.72
Hex F4 7A 8D 0 32 2A 4 15F 55 48
Octal 364 172 215 0 62 52 4 537 125 110
Binary 11110100 1111010 10001101 0 110010 101010 100 101011111 1010101 1001000

Color Harmonies of #F47A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47A8D

Black with #F47A8D

Text Example


Text Example

White with #F47A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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