Html Css Color HEX #F8758F Carissma

📋 copy color: '#F8758F'

red 248 ◦ green 117 ◦ blue 143

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

Shades of Carissma #F8758F

Tints of Carissma #F8758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.03%

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

R = 48.82%
G = 23.03%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8758F (or 0xF8758F) is known color: Carissma. HEX triplet: F8, 75 and 8F. RGB value is (248,117,143). Sum of RGB (Red+Green+Blue) = 248+117+143=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8758F is #078A70. Grayscale: #9F9F9F. Windows color (decimal): -494193 or 9401848. OLE color: 9401848.

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

Color convert

RGB 248 117 143 -
CMYK 0 0.53 0.42 0.03
HSL 348.09º 0.9% 0.72% -
HSV(B) 348.09º 0.53% 0.97% -
XYZ 50.03 34.66 30.04 -
YUV 159.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 248 117 143 0 0.53 0.42 0.03 348.09 0.9 0.72
Hex F8 75 8F 0 35 2A 3 15C 5A 48
Octal 370 165 217 0 65 52 3 534 132 110
Binary 11111000 1110101 10001111 0 110101 101010 11 101011100 1011010 1001000

Color Harmonies of #F8758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8758F

Black with #F8758F

Text Example


Text Example

White with #F8758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8758F; }

 p { color: rgb(248,117,143); }

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

background-color css

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

 a { background-color: rgb(248,117,143); }

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

border-color css

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

 span { border-color: rgb(248,117,143); }

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