Html Css Color HEX #F273DF Pale Magenta

📋 copy color: '#F273DF'

red 242 ◦ green 115 ◦ blue 223

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

Shades of Pale Magenta #F273DF

Tints of Pale Magenta #F273DF

RGB

 RED value IS 242 (94.92% from 255) = 41.72%

 GREEN value IS 115 (45.31% from 255) = 19.83%

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

R = 41.72%
G = 19.83%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F273DF (or 0xF273DF) is known color: Pale Magenta. HEX triplet: F2, 73 and DF. RGB value is (242,115,223). Sum of RGB (Red+Green+Blue) = 242+115+223=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F273DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273DF is #0D8C20. Grayscale: #A4A4A4. Windows color (decimal): -887841 or 14644210. OLE color: 14644210.

HSL color Cylindrical-coordinate representation of color #F273DF: hue angle of 308.98º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F273DF is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 115 223 -
CMYK 0 0.52 0.08 0.05
HSL 308.98º 0.83% 0.7% -
HSV(B) 308.98º 0.52% 0.95% -
XYZ 56.07 36.47 73.9 -
YUV 165.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 242 115 223 0 0.52 0.08 0.05 308.98 0.83 0.7
Hex F2 73 DF 0 34 8 5 135 53 46
Octal 362 163 337 0 64 10 5 465 123 106
Binary 11110010 1110011 11011111 0 110100 1000 101 100110101 1010011 1000110

Color Harmonies of #F273DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273DF

Black with #F273DF

Text Example


Text Example

White with #F273DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273DF; }

 p { color: rgb(242,115,223); }

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

background-color css

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

 a { background-color: rgb(242,115,223); }

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

border-color css

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

 span { border-color: rgb(242,115,223); }

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