Html Css Color HEX #F68FDF Pale Magenta

📋 copy color: '#F68FDF'

red 246 ◦ green 143 ◦ blue 223

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

Shades of Pale Magenta #F68FDF

Tints of Pale Magenta #F68FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.37%

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 40.2%
G = 23.37%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F68FDF (or 0xF68FDF) is known color: Pale Magenta. HEX triplet: F6, 8F and DF. RGB value is (246,143,223). Sum of RGB (Red+Green+Blue) = 246+143+223=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FDF is #097020. Grayscale: #B6B6B6. Windows color (decimal): -618529 or 14651382. OLE color: 14651382.

HSL color Cylindrical-coordinate representation of color #F68FDF: hue angle of 313.4º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FDF is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 143 223 -
CMYK 0 0.42 0.09 0.04
HSL 313.4º 0.85% 0.76% -
HSV(B) 313.4º 0.42% 0.96% -
XYZ 61.15 44.57 75.19 -
YUV 182.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 246 143 223 0 0.42 0.09 0.04 313.4 0.85 0.76
Hex F6 8F DF 0 2A 9 4 139 55 4C
Octal 366 217 337 0 52 11 4 471 125 114
Binary 11110110 10001111 11011111 0 101010 1001 100 100111001 1010101 1001100

Color Harmonies of #F68FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FDF

Black with #F68FDF

Text Example


Text Example

White with #F68FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FDF; }

 p { color: rgb(246,143,223); }

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

background-color css

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

 a { background-color: rgb(246,143,223); }

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

border-color css

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

 span { border-color: rgb(246,143,223); }

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