Html Css Color HEX #F675E5 Pale Magenta

📋 copy color: '#F675E5'

red 246 ◦ green 117 ◦ blue 229

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

Shades of Pale Magenta #F675E5

Tints of Pale Magenta #F675E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 41.55%
G = 19.76%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F675E5 (or 0xF675E5) is known color: Pale Magenta. HEX triplet: F6, 75 and E5. RGB value is (246,117,229). Sum of RGB (Red+Green+Blue) = 246+117+229=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F675E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675E5 is #098A1A. Grayscale: #A8A8A8. Windows color (decimal): -625179 or 15037942. OLE color: 15037942.

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

Color convert

RGB 246 117 229 -
CMYK 0 0.52 0.07 0.04
HSL 307.91º 0.88% 0.71% -
HSV(B) 307.91º 0.52% 0.96% -
XYZ 58.51 37.97 78.37 -
YUV 168.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 246 117 229 0 0.52 0.07 0.04 307.91 0.88 0.71
Hex F6 75 E5 0 34 7 4 134 58 47
Octal 366 165 345 0 64 7 4 464 130 107
Binary 11110110 1110101 11100101 0 110100 111 100 100110100 1011000 1000111

Color Harmonies of #F675E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675E5

Black with #F675E5

Text Example


Text Example

White with #F675E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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