Html Css Color HEX #F8768C Carissma

📋 copy color: '#F8768C'

red 248 ◦ green 118 ◦ blue 140

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

Shades of Carissma #F8768C

Tints of Carissma #F8768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

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

R = 49.01%
G = 23.32%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8768C (or 0xF8768C) is known color: Carissma. HEX triplet: F8, 76 and 8C. RGB value is (248,118,140). Sum of RGB (Red+Green+Blue) = 248+118+140=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8768C is #078973. Grayscale: #9F9F9F. Windows color (decimal): -493940 or 9205496. OLE color: 9205496.

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

Color convert

RGB 248 118 140 -
CMYK 0 0.52 0.44 0.03
HSL 349.85º 0.9% 0.72% -
HSV(B) 349.85º 0.52% 0.97% -
XYZ 49.92 34.81 28.9 -
YUV 159.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 248 118 140 0 0.52 0.44 0.03 349.85 0.9 0.72
Hex F8 76 8C 0 34 2C 3 15E 5A 48
Octal 370 166 214 0 64 54 3 536 132 110
Binary 11111000 1110110 10001100 0 110100 101100 11 101011110 1011010 1001000

Color Harmonies of #F8768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8768C

Black with #F8768C

Text Example


Text Example

White with #F8768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8768C; }

 p { color: rgb(248,118,140); }

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

background-color css

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

 a { background-color: rgb(248,118,140); }

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

border-color css

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

 span { border-color: rgb(248,118,140); }

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