Html Css Color HEX #F4808C Carissma

📋 copy color: '#F4808C'

red 244 ◦ green 128 ◦ blue 140

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

Shades of Carissma #F4808C

Tints of Carissma #F4808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 47.66%
G = 25%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4808C (or 0xF4808C) is known color: Carissma. HEX triplet: F4, 80 and 8C. RGB value is (244,128,140). Sum of RGB (Red+Green+Blue) = 244+128+140=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4808C is #0B7F73. Grayscale: #A4A4A4. Windows color (decimal): -753524 or 9208052. OLE color: 9208052.

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

Color convert

RGB 244 128 140 -
CMYK 0 0.48 0.43 0.04
HSL 353.79º 0.84% 0.73% -
HSV(B) 353.79º 0.48% 0.96% -
XYZ 49.76 36.56 29.25 -
YUV 164.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 244 128 140 0 0.48 0.43 0.04 353.79 0.84 0.73
Hex F4 80 8C 0 30 2B 4 162 54 49
Octal 364 200 214 0 60 53 4 542 124 111
Binary 11110100 10000000 10001100 0 110000 101011 100 101100010 1010100 1001001

Color Harmonies of #F4808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4808C

Black with #F4808C

Text Example


Text Example

White with #F4808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4808C; }

 p { color: rgb(244,128,140); }

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

background-color css

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

 a { background-color: rgb(244,128,140); }

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

border-color css

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

 span { border-color: rgb(244,128,140); }

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