Html Css Color HEX #F48283 Carissma

📋 copy color: '#F48283'

red 244 ◦ green 130 ◦ blue 131

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

Shades of Carissma #F48283

Tints of Carissma #F48283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 48.32%
G = 25.74%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F48283 (or 0xF48283) is known color: Carissma. HEX triplet: F4, 82 and 83. RGB value is (244,130,131). Sum of RGB (Red+Green+Blue) = 244+130+131=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F48283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48283 is #0B7D7C. Grayscale: #A4A4A4. Windows color (decimal): -753021 or 8618740. OLE color: 8618740.

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

Color convert

RGB 244 130 131 -
CMYK 0 0.47 0.46 0.04
HSL 359.47º 0.84% 0.73% -
HSV(B) 359.47º 0.47% 0.96% -
XYZ 49.39 36.84 25.98 -
YUV 164.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 244 130 131 0 0.47 0.46 0.04 359.47 0.84 0.73
Hex F4 82 83 0 2F 2E 4 167 54 49
Octal 364 202 203 0 57 56 4 547 124 111
Binary 11110100 10000010 10000011 0 101111 101110 100 101100111 1010100 1001001

Color Harmonies of #F48283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48283

Black with #F48283

Text Example


Text Example

White with #F48283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48283; }

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

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

background-color css

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

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

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

border-color css

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

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

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