Html Css Color HEX #F78292 Carissma

📋 copy color: '#F78292'

red 247 ◦ green 130 ◦ blue 146

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

Shades of Carissma #F78292

Tints of Carissma #F78292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.92%

R = 47.23%
G = 24.86%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F78292 (or 0xF78292) is known color: Carissma. HEX triplet: F7, 82 and 92. RGB value is (247,130,146). Sum of RGB (Red+Green+Blue) = 247+130+146=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F78292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78292 is #087D6D. Grayscale: #A6A6A6. Windows color (decimal): -556398 or 9601783. OLE color: 9601783.

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

Color convert

RGB 247 130 146 -
CMYK 0 0.47 0.41 0.03
HSL 351.79º 0.88% 0.74% -
HSV(B) 351.79º 0.47% 0.97% -
XYZ 51.53 37.81 31.78 -
YUV 166.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 247 130 146 0 0.47 0.41 0.03 351.79 0.88 0.74
Hex F7 82 92 0 2F 29 3 160 58 4A
Octal 367 202 222 0 57 51 3 540 130 112
Binary 11110111 10000010 10010010 0 101111 101001 11 101100000 1011000 1001010

Color Harmonies of #F78292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78292

Black with #F78292

Text Example


Text Example

White with #F78292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78292; }

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

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

background-color css

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

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

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

border-color css

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

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

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