Html Css Color HEX #F275E1 Pale Magenta

📋 copy color: '#F275E1'

red 242 ◦ green 117 ◦ blue 225

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

Shades of Pale Magenta #F275E1

Tints of Pale Magenta #F275E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 41.44%
G = 20.03%
B = 38.53%

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

#F275E1 (or 0xF275E1) is known color: Pale Magenta. HEX triplet: F2, 75 and E1. RGB value is (242,117,225). Sum of RGB (Red+Green+Blue) = 242+117+225=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F275E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275E1 is #0D8A1E. Grayscale: #A6A6A6. Windows color (decimal): -887327 or 14775794. OLE color: 14775794.

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

Color convert

RGB 242 117 225 -
CMYK 0 0.52 0.07 0.05
HSL 308.16º 0.83% 0.7% -
HSV(B) 308.16º 0.52% 0.95% -
XYZ 56.57 37.04 75.4 -
YUV 166.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 242 117 225 0 0.52 0.07 0.05 308.16 0.83 0.7
Hex F2 75 E1 0 34 7 5 134 53 46
Octal 362 165 341 0 64 7 5 464 123 106
Binary 11110010 1110101 11100001 0 110100 111 101 100110100 1010011 1000110

Color Harmonies of #F275E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275E1

Black with #F275E1

Text Example


Text Example

White with #F275E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275E1; }

 p { color: rgb(242,117,225); }

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

background-color css

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

 a { background-color: rgb(242,117,225); }

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

border-color css

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

 span { border-color: rgb(242,117,225); }

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