Html Css Color HEX #FF94F1 Pale Magenta

📋 copy color: '#FF94F1'

red 255 ◦ green 148 ◦ blue 241

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

Shades of Pale Magenta #FF94F1

Tints of Pale Magenta #FF94F1

RGB

 RED value IS 255 (100% from 255) = 39.6%

 GREEN value IS 148 (58.2% from 255) = 22.98%

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 39.6%
G = 22.98%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF94F1 (or 0xFF94F1) is known color: Pale Magenta. HEX triplet: FF, 94 and F1. RGB value is (255,148,241). Sum of RGB (Red+Green+Blue) = 255+148+241=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 148 (58.20% from 255 or 22.98% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF94F1 is #006B0E. Grayscale: #BEBEBE. Windows color (decimal): -27407 or 15832319. OLE color: 15832319.

HSL color Cylindrical-coordinate representation of color #FF94F1: hue angle of 307.85º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF94F1 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 148 241 -
CMYK 0 0.42 0.05 0
HSL 307.85º 1% 0.79% -
HSV(B) 307.85º 0.42% 1% -
XYZ 67.71 48.79 89.07 -
YUV 190.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 255 148 241 0 0.42 0.05 0 307.85 1 0.79
Hex FF 94 F1 0 2A 5 0 134 64 4F
Octal 377 224 361 0 52 5 0 464 144 117
Binary 11111111 10010100 11110001 0 101010 101 0 100110100 1100100 1001111

Color Harmonies of #FF94F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF94F1

Black with #FF94F1

Text Example


Text Example

White with #FF94F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF94F1; }

 p { color: rgb(255,148,241); }

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

background-color css

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

 a { background-color: rgb(255,148,241); }

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

border-color css

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

 span { border-color: rgb(255,148,241); }

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