Html Css Color HEX #F275E3 Pale Magenta

📋 copy color: '#F275E3'

red 242 ◦ green 117 ◦ blue 227

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

Shades of Pale Magenta #F275E3

Tints of Pale Magenta #F275E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.74%

R = 41.3%
G = 19.97%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F275E3 (or 0xF275E3) is known color: Pale Magenta. HEX triplet: F2, 75 and E3. RGB value is (242,117,227). Sum of RGB (Red+Green+Blue) = 242+117+227=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F275E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275E3 is #0D8A1C. Grayscale: #A6A6A6. Windows color (decimal): -887325 or 14906866. OLE color: 14906866.

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

Color convert

RGB 242 117 227 -
CMYK 0 0.52 0.06 0.05
HSL 307.2º 0.83% 0.7% -
HSV(B) 307.2º 0.52% 0.95% -
XYZ 56.84 37.15 76.85 -
YUV 166.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 242 117 227 0 0.52 0.06 0.05 307.2 0.83 0.7
Hex F2 75 E3 0 34 6 5 133 53 46
Octal 362 165 343 0 64 6 5 463 123 106
Binary 11110010 1110101 11100011 0 110100 110 101 100110011 1010011 1000110

Color Harmonies of #F275E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275E3

Black with #F275E3

Text Example


Text Example

White with #F275E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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