Html Css Color HEX #F275DD Pale Magenta

📋 copy color: '#F275DD'

red 242 ◦ green 117 ◦ blue 221

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

Shades of Pale Magenta #F275DD

Tints of Pale Magenta #F275DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 41.72%
G = 20.17%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F275DD (or 0xF275DD) is known color: Pale Magenta. HEX triplet: F2, 75 and DD. RGB value is (242,117,221). Sum of RGB (Red+Green+Blue) = 242+117+221=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F275DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275DD is #0D8A22. Grayscale: #A5A5A5. Windows color (decimal): -887331 or 14513650. OLE color: 14513650.

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

Color convert

RGB 242 117 221 -
CMYK 0 0.52 0.09 0.05
HSL 310.08º 0.83% 0.7% -
HSV(B) 310.08º 0.52% 0.95% -
XYZ 56.03 36.82 72.56 -
YUV 166.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 242 117 221 0 0.52 0.09 0.05 310.08 0.83 0.7
Hex F2 75 DD 0 34 9 5 136 53 46
Octal 362 165 335 0 64 11 5 466 123 106
Binary 11110010 1110101 11011101 0 110100 1001 101 100110110 1010011 1000110

Color Harmonies of #F275DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275DD

Black with #F275DD

Text Example


Text Example

White with #F275DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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