Html Css Color HEX #F69EC1 Carnation Pink

📋 copy color: '#F69EC1'

red 246 ◦ green 158 ◦ blue 193

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

Shades of Carnation Pink #F69EC1

Tints of Carnation Pink #F69EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.47%

 BLUE value IS 193 (75.78% from 255) = 32.33%

R = 41.21%
G = 26.47%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F69EC1 (or 0xF69EC1) is known color: Carnation Pink. HEX triplet: F6, 9E and C1. RGB value is (246,158,193). Sum of RGB (Red+Green+Blue) = 246+158+193=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC1 is #09613E. Grayscale: #BCBCBC. Windows color (decimal): -614719 or 12689142. OLE color: 12689142.

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

Color convert

RGB 246 158 193 -
CMYK 0 0.36 0.22 0.04
HSL 336.14º 0.83% 0.79% -
HSV(B) 336.14º 0.36% 0.96% -
XYZ 59.86 47.9 56.54 -
YUV 188.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 246 158 193 0 0.36 0.22 0.04 336.14 0.83 0.79
Hex F6 9E C1 0 24 16 4 150 53 4F
Octal 366 236 301 0 44 26 4 520 123 117
Binary 11110110 10011110 11000001 0 100100 10110 100 101010000 1010011 1001111

Color Harmonies of #F69EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69EC1

Black with #F69EC1

Text Example


Text Example

White with #F69EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69EC1; }

 p { color: rgb(246,158,193); }

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

background-color css

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

 a { background-color: rgb(246,158,193); }

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

border-color css

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

 span { border-color: rgb(246,158,193); }

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