Html Css Color HEX #FD5CA1 Brilliant Rose

📋 copy color: '#FD5CA1'

red 253 ◦ green 92 ◦ blue 161

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

Shades of Brilliant Rose #FD5CA1

Tints of Brilliant Rose #FD5CA1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.18%

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

R = 50%
G = 18.18%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD5CA1 (or 0xFD5CA1) is known color: Brilliant Rose. HEX triplet: FD, 5C and A1. RGB value is (253,92,161). Sum of RGB (Red+Green+Blue) = 253+92+161=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CA1 is #02A35E. Grayscale: #939393. Windows color (decimal): -172895 or 10575101. OLE color: 10575101.

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

Color convert

RGB 253 92 161 -
CMYK 0 0.64 0.36 0.01
HSL 334.29º 0.98% 0.68% -
HSV(B) 334.29º 0.64% 0.99% -
XYZ 50.77 31.11 37.05 -
YUV 148.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 253 92 161 0 0.64 0.36 0.01 334.29 0.98 0.68
Hex FD 5C A1 0 40 24 1 14E 62 44
Octal 375 134 241 0 100 44 1 516 142 104
Binary 11111101 1011100 10100001 0 1000000 100100 1 101001110 1100010 1000100

Color Harmonies of #FD5CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CA1

Black with #FD5CA1

Text Example


Text Example

White with #FD5CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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