Html Css Color HEX #FD69A1 Brilliant Rose

📋 copy color: '#FD69A1'

red 253 ◦ green 105 ◦ blue 161

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

Shades of Brilliant Rose #FD69A1

Tints of Brilliant Rose #FD69A1

RGB

 RED value IS 253 (99.22% from 255) = 48.75%

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

 BLUE value IS 161 (63.28% from 255) = 31.02%

R = 48.75%
G = 20.23%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD69A1 (or 0xFD69A1) is known color: Brilliant Rose. HEX triplet: FD, 69 and A1. RGB value is (253,105,161). Sum of RGB (Red+Green+Blue) = 253+105+161=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD69A1 is #02965E. Grayscale: #9B9B9B. Windows color (decimal): -169567 or 10578429. OLE color: 10578429.

HSL color Cylindrical-coordinate representation of color #FD69A1: hue angle of 337.3º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD69A1 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 105 161 -
CMYK 0 0.58 0.36 0.01
HSL 337.3º 0.97% 0.7% -
HSV(B) 337.3º 0.58% 0.99% -
XYZ 51.99 33.56 37.46 -
YUV 155.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 253 105 161 0 0.58 0.36 0.01 337.3 0.97 0.7
Hex FD 69 A1 0 3A 24 1 151 61 46
Octal 375 151 241 0 72 44 1 521 141 106
Binary 11111101 1101001 10100001 0 111010 100100 1 101010001 1100001 1000110

Color Harmonies of #FD69A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD69A1

Black with #FD69A1

Text Example


Text Example

White with #FD69A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD69A1; }

 p { color: rgb(253,105,161); }

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

background-color css

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

 a { background-color: rgb(253,105,161); }

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

border-color css

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

 span { border-color: rgb(253,105,161); }

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