Html Css Color HEX #F274DF Pale Magenta

📋 copy color: '#F274DF'

red 242 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #F274DF

Tints of Pale Magenta #F274DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.97%

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

R = 41.65%
G = 19.97%
B = 38.38%

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

#F274DF (or 0xF274DF) is known color: Pale Magenta. HEX triplet: F2, 74 and DF. RGB value is (242,116,223). Sum of RGB (Red+Green+Blue) = 242+116+223=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F274DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274DF is #0D8B20. Grayscale: #A5A5A5. Windows color (decimal): -887585 or 14644466. OLE color: 14644466.

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

Color convert

RGB 242 116 223 -
CMYK 0 0.52 0.08 0.05
HSL 309.05º 0.83% 0.7% -
HSV(B) 309.05º 0.52% 0.95% -
XYZ 56.18 36.7 73.93 -
YUV 165.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 242 116 223 0 0.52 0.08 0.05 309.05 0.83 0.7
Hex F2 74 DF 0 34 8 5 135 53 46
Octal 362 164 337 0 64 10 5 465 123 106
Binary 11110010 1110100 11011111 0 110100 1000 101 100110101 1010011 1000110

Color Harmonies of #F274DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274DF

Black with #F274DF

Text Example


Text Example

White with #F274DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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