Html Css Color HEX #FB69E5 Pale Magenta

📋 copy color: '#FB69E5'

red 251 ◦ green 105 ◦ blue 229

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

Shades of Pale Magenta #FB69E5

Tints of Pale Magenta #FB69E5

RGB

 RED value IS 251 (98.44% from 255) = 42.91%

 GREEN value IS 105 (41.41% from 255) = 17.95%

 BLUE value IS 229 (89.84% from 255) = 39.15%

R = 42.91%
G = 17.95%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB69E5 (or 0xFB69E5) is known color: Pale Magenta. HEX triplet: FB, 69 and E5. RGB value is (251,105,229). Sum of RGB (Red+Green+Blue) = 251+105+229=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB69E5 is #04961A. Grayscale: #A2A2A2. Windows color (decimal): -300571 or 15034875. OLE color: 15034875.

HSL color Cylindrical-coordinate representation of color #FB69E5: hue angle of 309.04º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB69E5 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 105 229 -
CMYK 0 0.58 0.09 0.02
HSL 309.04º 0.95% 0.7% -
HSV(B) 309.04º 0.58% 0.98% -
XYZ 58.98 36.27 78.02 -
YUV 162.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 251 105 229 0 0.58 0.09 0.02 309.04 0.95 0.7
Hex FB 69 E5 0 3A 9 2 135 5F 46
Octal 373 151 345 0 72 11 2 465 137 106
Binary 11111011 1101001 11100101 0 111010 1001 10 100110101 1011111 1000110

Color Harmonies of #FB69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB69E5

Black with #FB69E5

Text Example


Text Example

White with #FB69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB69E5; }

 p { color: rgb(251,105,229); }

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

background-color css

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

 a { background-color: rgb(251,105,229); }

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

border-color css

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

 span { border-color: rgb(251,105,229); }

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