Html Css Color HEX #F48297 Carissma

📋 copy color: '#F48297'

red 244 ◦ green 130 ◦ blue 151

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

Shades of Carissma #F48297

Tints of Carissma #F48297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.76%

R = 46.48%
G = 24.76%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F48297 (or 0xF48297) is known color: Carissma. HEX triplet: F4, 82 and 97. RGB value is (244,130,151). Sum of RGB (Red+Green+Blue) = 244+130+151=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F48297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48297 is #0B7D68. Grayscale: #A6A6A6. Windows color (decimal): -753001 or 9929460. OLE color: 9929460.

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

Color convert

RGB 244 130 151 -
CMYK 0 0.47 0.38 0.04
HSL 348.95º 0.84% 0.73% -
HSV(B) 348.95º 0.47% 0.96% -
XYZ 50.88 37.43 33.82 -
YUV 166.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 244 130 151 0 0.47 0.38 0.04 348.95 0.84 0.73
Hex F4 82 97 0 2F 26 4 15D 54 49
Octal 364 202 227 0 57 46 4 535 124 111
Binary 11110100 10000010 10010111 0 101111 100110 100 101011101 1010100 1001001

Color Harmonies of #F48297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48297

Black with #F48297

Text Example


Text Example

White with #F48297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48297; }

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

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

background-color css

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

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

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

border-color css

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

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

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