Html Css Color HEX #F78194 Carissma

📋 copy color: '#F78194'

red 247 ◦ green 129 ◦ blue 148

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

Shades of Carissma #F78194

Tints of Carissma #F78194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 47.14%
G = 24.62%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F78194 (or 0xF78194) is known color: Carissma. HEX triplet: F7, 81 and 94. RGB value is (247,129,148). Sum of RGB (Red+Green+Blue) = 247+129+148=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F78194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78194 is #087E6B. Grayscale: #A6A6A6. Windows color (decimal): -556652 or 9732599. OLE color: 9732599.

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

Color convert

RGB 247 129 148 -
CMYK 0 0.48 0.40 0.03
HSL 350.34º 0.88% 0.74% -
HSV(B) 350.34º 0.48% 0.97% -
XYZ 51.55 37.61 32.56 -
YUV 166.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 247 129 148 0 0.48 0.40 0.03 350.34 0.88 0.74
Hex F7 81 94 0 30 28 3 15E 58 4A
Octal 367 201 224 0 60 50 3 536 130 112
Binary 11110111 10000001 10010100 0 110000 101000 11 101011110 1011000 1001010

Color Harmonies of #F78194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78194

Black with #F78194

Text Example


Text Example

White with #F78194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78194; }

 p { color: rgb(247,129,148); }

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

background-color css

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

 a { background-color: rgb(247,129,148); }

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

border-color css

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

 span { border-color: rgb(247,129,148); }

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