Html Css Color HEX #F69CC5 Carnation Pink

📋 copy color: '#F69CC5'

red 246 ◦ green 156 ◦ blue 197

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

Shades of Carnation Pink #F69CC5

Tints of Carnation Pink #F69CC5

RGB

 RED value IS 246 (96.48% from 255) = 41.07%

 GREEN value IS 156 (61.33% from 255) = 26.04%

 BLUE value IS 197 (77.34% from 255) = 32.89%

R = 41.07%
G = 26.04%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F69CC5 (or 0xF69CC5) is known color: Carnation Pink. HEX triplet: F6, 9C and C5. RGB value is (246,156,197). Sum of RGB (Red+Green+Blue) = 246+156+197=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CC5 is #09633A. Grayscale: #BBBBBB. Windows color (decimal): -615227 or 12950774. OLE color: 12950774.

HSL color Cylindrical-coordinate representation of color #F69CC5: hue angle of 332.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69CC5 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 197 -
CMYK 0 0.37 0.20 0.04
HSL 332.67º 0.83% 0.79% -
HSV(B) 332.67º 0.37% 0.96% -
XYZ 59.97 47.4 58.81 -
YUV 187.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 246 156 197 0 0.37 0.20 0.04 332.67 0.83 0.79
Hex F6 9C C5 0 25 14 4 14D 53 4F
Octal 366 234 305 0 45 24 4 515 123 117
Binary 11110110 10011100 11000101 0 100101 10100 100 101001101 1010011 1001111

Color Harmonies of #F69CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69CC5

Black with #F69CC5

Text Example


Text Example

White with #F69CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69CC5; }

 p { color: rgb(246,156,197); }

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

background-color css

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

 a { background-color: rgb(246,156,197); }

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

border-color css

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

 span { border-color: rgb(246,156,197); }

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