Html Css Color HEX #F69EC0 Carnation Pink

📋 copy color: '#F69EC0'

red 246 ◦ green 158 ◦ blue 192

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

Shades of Carnation Pink #F69EC0

Tints of Carnation Pink #F69EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.21%

R = 41.28%
G = 26.51%
B = 32.21%

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

#F69EC0 (or 0xF69EC0) is known color: Carnation Pink. HEX triplet: F6, 9E and C0. RGB value is (246,158,192). Sum of RGB (Red+Green+Blue) = 246+158+192=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC0 is #09613F. Grayscale: #BCBCBC. Windows color (decimal): -614720 or 12623606. OLE color: 12623606.

HSL color Cylindrical-coordinate representation of color #F69EC0: hue angle of 336.82º 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 #F69EC0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 192 -
CMYK 0 0.36 0.22 0.04
HSL 336.82º 0.83% 0.79% -
HSV(B) 336.82º 0.36% 0.96% -
XYZ 59.75 47.85 55.96 -
YUV 188.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 246 158 192 0 0.36 0.22 0.04 336.82 0.83 0.79
Hex F6 9E C0 0 24 16 4 151 53 4F
Octal 366 236 300 0 44 26 4 521 123 117
Binary 11110110 10011110 11000000 0 100100 10110 100 101010001 1010011 1001111

Color Harmonies of #F69EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69EC0

Black with #F69EC0

Text Example


Text Example

White with #F69EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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