Html Css Color HEX #FD65A0 Brilliant Rose

📋 copy color: '#FD65A0'

red 253 ◦ green 101 ◦ blue 160

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

Shades of Brilliant Rose #FD65A0

Tints of Brilliant Rose #FD65A0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

 BLUE value IS 160 (62.89% from 255) = 31.13%

R = 49.22%
G = 19.65%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD65A0 (or 0xFD65A0) is known color: Brilliant Rose. HEX triplet: FD, 65 and A0. RGB value is (253,101,160). Sum of RGB (Red+Green+Blue) = 253+101+160=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD65A0 is #029A5F. Grayscale: #999999. Windows color (decimal): -170592 or 10511869. OLE color: 10511869.

HSL color Cylindrical-coordinate representation of color #FD65A0: hue angle of 336.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65A0 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 160 -
CMYK 0 0.60 0.37 0.01
HSL 336.71º 0.97% 0.69% -
HSV(B) 336.71º 0.6% 0.99% -
XYZ 51.51 32.73 36.86 -
YUV 153.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 253 101 160 0 0.60 0.37 0.01 336.71 0.97 0.69
Hex FD 65 A0 0 3C 25 1 151 61 45
Octal 375 145 240 0 74 45 1 521 141 105
Binary 11111101 1100101 10100000 0 111100 100101 1 101010001 1100001 1000101

Color Harmonies of #FD65A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65A0

Black with #FD65A0

Text Example


Text Example

White with #FD65A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65A0; }

 p { color: rgb(253,101,160); }

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

background-color css

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

 a { background-color: rgb(253,101,160); }

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

border-color css

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

 span { border-color: rgb(253,101,160); }

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