Html Css Color HEX #F69BCF Carnation Pink

📋 copy color: '#F69BCF'

red 246 ◦ green 155 ◦ blue 207

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

Shades of Carnation Pink #F69BCF

Tints of Carnation Pink #F69BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.49%

 BLUE value IS 207 (81.25% from 255) = 34.05%

R = 40.46%
G = 25.49%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F69BCF (or 0xF69BCF) is known color: Carnation Pink. HEX triplet: F6, 9B and CF. RGB value is (246,155,207). Sum of RGB (Red+Green+Blue) = 246+155+207=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BCF is #096430. Grayscale: #BCBCBC. Windows color (decimal): -615473 or 13605878. OLE color: 13605878.

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

Color convert

RGB 246 155 207 -
CMYK 0 0.37 0.16 0.04
HSL 325.71º 0.83% 0.79% -
HSV(B) 325.71º 0.37% 0.96% -
XYZ 60.99 47.54 64.99 -
YUV 188.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 246 155 207 0 0.37 0.16 0.04 325.71 0.83 0.79
Hex F6 9B CF 0 25 10 4 146 53 4F
Octal 366 233 317 0 45 20 4 506 123 117
Binary 11110110 10011011 11001111 0 100101 10000 100 101000110 1010011 1001111

Color Harmonies of #F69BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BCF

Black with #F69BCF

Text Example


Text Example

White with #F69BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BCF; }

 p { color: rgb(246,155,207); }

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

background-color css

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

 a { background-color: rgb(246,155,207); }

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

border-color css

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

 span { border-color: rgb(246,155,207); }

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