Html Css Color HEX #F87A8A Carissma

📋 copy color: '#F87A8A'

red 248 ◦ green 122 ◦ blue 138

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

Shades of Carissma #F87A8A

Tints of Carissma #F87A8A

RGB

 RED value IS 248 (97.27% from 255) = 48.82%

 GREEN value IS 122 (48.05% from 255) = 24.02%

 BLUE value IS 138 (54.3% from 255) = 27.17%

R = 48.82%
G = 24.02%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F87A8A (or 0xF87A8A) is known color: Carissma. HEX triplet: F8, 7A and 8A. RGB value is (248,122,138). Sum of RGB (Red+Green+Blue) = 248+122+138=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A8A is #078575. Grayscale: #A1A1A1. Windows color (decimal): -492918 or 9075448. OLE color: 9075448.

HSL color Cylindrical-coordinate representation of color #F87A8A: hue angle of 352.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87A8A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 122 138 -
CMYK 0 0.51 0.44 0.03
HSL 352.38º 0.9% 0.73% -
HSV(B) 352.38º 0.51% 0.97% -
XYZ 50.26 35.71 28.29 -
YUV 161.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 248 122 138 0 0.51 0.44 0.03 352.38 0.9 0.73
Hex F8 7A 8A 0 33 2C 3 160 5A 49
Octal 370 172 212 0 63 54 3 540 132 111
Binary 11111000 1111010 10001010 0 110011 101100 11 101100000 1011010 1001001

Color Harmonies of #F87A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A8A

Black with #F87A8A

Text Example


Text Example

White with #F87A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A8A; }

 p { color: rgb(248,122,138); }

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

background-color css

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

 a { background-color: rgb(248,122,138); }

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

border-color css

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

 span { border-color: rgb(248,122,138); }

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