Html Css Color HEX #FD4FA8 Brilliant Rose

📋 copy color: '#FD4FA8'

red 253 ◦ green 79 ◦ blue 168

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

Shades of Brilliant Rose #FD4FA8

Tints of Brilliant Rose #FD4FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.8%

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 50.6%
G = 15.8%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD4FA8 (or 0xFD4FA8) is known color: Brilliant Rose. HEX triplet: FD, 4F and A8. RGB value is (253,79,168). Sum of RGB (Red+Green+Blue) = 253+79+168=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4FA8 is #02B057. Grayscale: #8C8C8C. Windows color (decimal): -176216 or 11030525. OLE color: 11030525.

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

Color convert

RGB 253 79 168 -
CMYK 0 0.69 0.34 0.01
HSL 329.31º 0.98% 0.65% -
HSV(B) 329.31º 0.69% 0.99% -
XYZ 50.37 29.3 40.05 -
YUV 141.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 253 79 168 0 0.69 0.34 0.01 329.31 0.98 0.65
Hex FD 4F A8 0 45 22 1 149 62 41
Octal 375 117 250 0 105 42 1 511 142 101
Binary 11111101 1001111 10101000 0 1000101 100010 1 101001001 1100010 1000001

Color Harmonies of #FD4FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4FA8

Black with #FD4FA8

Text Example


Text Example

White with #FD4FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4FA8; }

 p { color: rgb(253,79,168); }

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

background-color css

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

 a { background-color: rgb(253,79,168); }

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

border-color css

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

 span { border-color: rgb(253,79,168); }

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