Html Css Color HEX #F78295 Carissma

📋 copy color: '#F78295'

red 247 ◦ green 130 ◦ blue 149

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

Shades of Carissma #F78295

Tints of Carissma #F78295

RGB

 RED value IS 247 (96.88% from 255) = 46.96%

 GREEN value IS 130 (51.17% from 255) = 24.71%

 BLUE value IS 149 (58.59% from 255) = 28.33%

R = 46.96%
G = 24.71%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F78295 (or 0xF78295) is known color: Carissma. HEX triplet: F7, 82 and 95. RGB value is (247,130,149). Sum of RGB (Red+Green+Blue) = 247+130+149=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F78295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78295 is #087D6A. Grayscale: #A7A7A7. Windows color (decimal): -556395 or 9798391. OLE color: 9798391.

HSL color Cylindrical-coordinate representation of color #F78295: hue angle of 350.26º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F78295 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 149 -
CMYK 0 0.47 0.40 0.03
HSL 350.26º 0.88% 0.74% -
HSV(B) 350.26º 0.47% 0.97% -
XYZ 51.77 37.91 33.02 -
YUV 167.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 247 130 149 0 0.47 0.40 0.03 350.26 0.88 0.74
Hex F7 82 95 0 2F 28 3 15E 58 4A
Octal 367 202 225 0 57 50 3 536 130 112
Binary 11110111 10000010 10010101 0 101111 101000 11 101011110 1011000 1001010

Color Harmonies of #F78295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78295

Black with #F78295

Text Example


Text Example

White with #F78295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78295; }

 p { color: rgb(247,130,149); }

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

background-color css

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

 a { background-color: rgb(247,130,149); }

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

border-color css

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

 span { border-color: rgb(247,130,149); }

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