Html Css Color HEX #F274E0 Pale Magenta

📋 copy color: '#F274E0'

red 242 ◦ green 116 ◦ blue 224

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

Shades of Pale Magenta #F274E0

Tints of Pale Magenta #F274E0

RGB

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

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

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

R = 41.58%
G = 19.93%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F274E0 (or 0xF274E0) is known color: Pale Magenta. HEX triplet: F2, 74 and E0. RGB value is (242,116,224). Sum of RGB (Red+Green+Blue) = 242+116+224=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F274E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274E0 is #0D8B1F. Grayscale: #A5A5A5. Windows color (decimal): -887584 or 14710002. OLE color: 14710002.

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

Color convert

RGB 242 116 224 -
CMYK 0 0.52 0.07 0.05
HSL 308.57º 0.83% 0.7% -
HSV(B) 308.57º 0.52% 0.95% -
XYZ 56.32 36.75 74.65 -
YUV 165.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 242 116 224 0 0.52 0.07 0.05 308.57 0.83 0.7
Hex F2 74 E0 0 34 7 5 135 53 46
Octal 362 164 340 0 64 7 5 465 123 106
Binary 11110010 1110100 11100000 0 110100 111 101 100110101 1010011 1000110

Color Harmonies of #F274E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274E0

Black with #F274E0

Text Example


Text Example

White with #F274E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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