Html Css Color HEX #F675DD Pale Magenta

📋 copy color: '#F675DD'

red 246 ◦ green 117 ◦ blue 221

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

Shades of Pale Magenta #F675DD

Tints of Pale Magenta #F675DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.03%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 42.12%
G = 20.03%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F675DD (or 0xF675DD) is known color: Pale Magenta. HEX triplet: F6, 75 and DD. RGB value is (246,117,221). Sum of RGB (Red+Green+Blue) = 246+117+221=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F675DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675DD is #098A22. Grayscale: #A7A7A7. Windows color (decimal): -625187 or 14513654. OLE color: 14513654.

HSL color Cylindrical-coordinate representation of color #F675DD: hue angle of 311.63º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675DD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 117 221 -
CMYK 0 0.52 0.10 0.04
HSL 311.63º 0.88% 0.71% -
HSV(B) 311.63º 0.52% 0.96% -
XYZ 57.42 37.54 72.63 -
YUV 167.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 246 117 221 0 0.52 0.10 0.04 311.63 0.88 0.71
Hex F6 75 DD 0 34 A 4 138 58 47
Octal 366 165 335 0 64 12 4 470 130 107
Binary 11110110 1110101 11011101 0 110100 1010 100 100111000 1011000 1000111

Color Harmonies of #F675DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675DD

Black with #F675DD

Text Example


Text Example

White with #F675DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675DD; }

 p { color: rgb(246,117,221); }

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

background-color css

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

 a { background-color: rgb(246,117,221); }

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

border-color css

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

 span { border-color: rgb(246,117,221); }

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