Html Css Color HEX #F672E0 Pale Magenta

📋 copy color: '#F672E0'

red 246 ◦ green 114 ◦ blue 224

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

Shades of Pale Magenta #F672E0

Tints of Pale Magenta #F672E0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.52%

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 42.12%
G = 19.52%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F672E0 (or 0xF672E0) is known color: Pale Magenta. HEX triplet: F6, 72 and E0. RGB value is (246,114,224). Sum of RGB (Red+Green+Blue) = 246+114+224=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F672E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672E0 is #098D1F. Grayscale: #A5A5A5. Windows color (decimal): -625952 or 14709494. OLE color: 14709494.

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

Color convert

RGB 246 114 224 -
CMYK 0 0.54 0.09 0.04
HSL 310º 0.88% 0.71% -
HSV(B) 310º 0.54% 0.96% -
XYZ 57.48 37.01 74.64 -
YUV 166.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 246 114 224 0 0.54 0.09 0.04 310 0.88 0.71
Hex F6 72 E0 0 36 9 4 136 58 47
Octal 366 162 340 0 66 11 4 466 130 107
Binary 11110110 1110010 11100000 0 110110 1001 100 100110110 1011000 1000111

Color Harmonies of #F672E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672E0

Black with #F672E0

Text Example


Text Example

White with #F672E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672E0; }

 p { color: rgb(246,114,224); }

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

background-color css

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

 a { background-color: rgb(246,114,224); }

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

border-color css

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

 span { border-color: rgb(246,114,224); }

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