Html Css Color HEX #F798CA Carnation Pink

📋 copy color: '#F798CA'

red 247 ◦ green 152 ◦ blue 202

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

Shades of Carnation Pink #F798CA

Tints of Carnation Pink #F798CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.29%

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 41.1%
G = 25.29%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F798CA (or 0xF798CA) is known color: Carnation Pink. HEX triplet: F7, 98 and CA. RGB value is (247,152,202). Sum of RGB (Red+Green+Blue) = 247+152+202=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F798CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798CA is #086735. Grayscale: #B9B9B9. Windows color (decimal): -550710 or 13277431. OLE color: 13277431.

HSL color Cylindrical-coordinate representation of color #F798CA: hue angle of 328.42º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F798CA is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 152 202 -
CMYK 0 0.38 0.18 0.03
HSL 328.42º 0.86% 0.78% -
HSV(B) 328.42º 0.38% 0.97% -
XYZ 60.25 46.49 61.68 -
YUV 186.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 247 152 202 0 0.38 0.18 0.03 328.42 0.86 0.78
Hex F7 98 CA 0 26 12 3 148 56 4E
Octal 367 230 312 0 46 22 3 510 126 116
Binary 11110111 10011000 11001010 0 100110 10010 11 101001000 1010110 1001110

Color Harmonies of #F798CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F798CA

Black with #F798CA

Text Example


Text Example

White with #F798CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F798CA; }

 p { color: rgb(247,152,202); }

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

background-color css

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

 a { background-color: rgb(247,152,202); }

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

border-color css

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

 span { border-color: rgb(247,152,202); }

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