Html Css Color HEX #F4808F Carissma

📋 copy color: '#F4808F'

red 244 ◦ green 128 ◦ blue 143

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

Shades of Carissma #F4808F

Tints of Carissma #F4808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 47.38%
G = 24.85%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F4808F (or 0xF4808F) is known color: Carissma. HEX triplet: F4, 80 and 8F. RGB value is (244,128,143). Sum of RGB (Red+Green+Blue) = 244+128+143=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4808F is #0B7F70. Grayscale: #A4A4A4. Windows color (decimal): -753521 or 9404660. OLE color: 9404660.

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

Color convert

RGB 244 128 143 -
CMYK 0 0.48 0.41 0.04
HSL 352.24º 0.84% 0.73% -
HSV(B) 352.24º 0.48% 0.96% -
XYZ 49.99 36.65 30.43 -
YUV 164.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 244 128 143 0 0.48 0.41 0.04 352.24 0.84 0.73
Hex F4 80 8F 0 30 29 4 160 54 49
Octal 364 200 217 0 60 51 4 540 124 111
Binary 11110100 10000000 10001111 0 110000 101001 100 101100000 1010100 1001001

Color Harmonies of #F4808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4808F

Black with #F4808F

Text Example


Text Example

White with #F4808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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