Html Css Color HEX #F48290 Carissma

📋 copy color: '#F48290'

red 244 ◦ green 130 ◦ blue 144

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

Shades of Carissma #F48290

Tints of Carissma #F48290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.1%

 BLUE value IS 144 (56.64% from 255) = 27.8%

R = 47.1%
G = 25.1%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F48290 (or 0xF48290) is known color: Carissma. HEX triplet: F4, 82 and 90. RGB value is (244,130,144). Sum of RGB (Red+Green+Blue) = 244+130+144=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F48290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48290 is #0B7D6F. Grayscale: #A5A5A5. Windows color (decimal): -753008 or 9470708. OLE color: 9470708.

HSL color Cylindrical-coordinate representation of color #F48290: hue angle of 352.63º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F48290 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 144 -
CMYK 0 0.47 0.41 0.04
HSL 352.63º 0.84% 0.73% -
HSV(B) 352.63º 0.47% 0.96% -
XYZ 50.32 37.21 30.92 -
YUV 165.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 244 130 144 0 0.47 0.41 0.04 352.63 0.84 0.73
Hex F4 82 90 0 2F 29 4 161 54 49
Octal 364 202 220 0 57 51 4 541 124 111
Binary 11110100 10000010 10010000 0 101111 101001 100 101100001 1010100 1001001

Color Harmonies of #F48290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48290

Black with #F48290

Text Example


Text Example

White with #F48290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48290; }

 p { color: rgb(244,130,144); }

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

background-color css

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

 a { background-color: rgb(244,130,144); }

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

border-color css

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

 span { border-color: rgb(244,130,144); }

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