Html Css Color HEX #F48291 Carissma

📋 copy color: '#F48291'

red 244 ◦ green 130 ◦ blue 145

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

Shades of Carissma #F48291

Tints of Carissma #F48291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 47.01%
G = 25.05%
B = 27.94%

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

#F48291 (or 0xF48291) is known color: Carissma. HEX triplet: F4, 82 and 91. RGB value is (244,130,145). Sum of RGB (Red+Green+Blue) = 244+130+145=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F48291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48291 is #0B7D6E. Grayscale: #A5A5A5. Windows color (decimal): -753007 or 9536244. OLE color: 9536244.

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

Color convert

RGB 244 130 145 -
CMYK 0 0.47 0.41 0.04
HSL 352.11º 0.84% 0.73% -
HSV(B) 352.11º 0.47% 0.96% -
XYZ 50.4 37.24 31.32 -
YUV 165.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 244 130 145 0 0.47 0.41 0.04 352.11 0.84 0.73
Hex F4 82 91 0 2F 29 4 160 54 49
Octal 364 202 221 0 57 51 4 540 124 111
Binary 11110100 10000010 10010001 0 101111 101001 100 101100000 1010100 1001001

Color Harmonies of #F48291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48291

Black with #F48291

Text Example


Text Example

White with #F48291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48291; }

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

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

background-color css

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

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

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

border-color css

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

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

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