Html Css Color HEX #F275DA Pale Magenta

📋 copy color: '#F275DA'

red 242 ◦ green 117 ◦ blue 218

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

Shades of Pale Magenta #F275DA

Tints of Pale Magenta #F275DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 41.94%
G = 20.28%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F275DA (or 0xF275DA) is known color: Pale Magenta. HEX triplet: F2, 75 and DA. RGB value is (242,117,218). Sum of RGB (Red+Green+Blue) = 242+117+218=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F275DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275DA is #0D8A25. Grayscale: #A5A5A5. Windows color (decimal): -887334 or 14317042. OLE color: 14317042.

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

Color convert

RGB 242 117 218 -
CMYK 0 0.52 0.10 0.05
HSL 311.52º 0.83% 0.7% -
HSV(B) 311.52º 0.52% 0.95% -
XYZ 55.63 36.66 70.47 -
YUV 165.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 242 117 218 0 0.52 0.10 0.05 311.52 0.83 0.7
Hex F2 75 DA 0 34 A 5 138 53 46
Octal 362 165 332 0 64 12 5 470 123 106
Binary 11110010 1110101 11011010 0 110100 1010 101 100111000 1010011 1000110

Color Harmonies of #F275DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275DA

Black with #F275DA

Text Example


Text Example

White with #F275DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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