Html Css Color HEX #FD4FA6 Brilliant Rose

📋 copy color: '#FD4FA6'

red 253 ◦ green 79 ◦ blue 166

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

Shades of Brilliant Rose #FD4FA6

Tints of Brilliant Rose #FD4FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.33%

R = 50.8%
G = 15.86%
B = 33.33%

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

#FD4FA6 (or 0xFD4FA6) is known color: Brilliant Rose. HEX triplet: FD, 4F and A6. RGB value is (253,79,166). Sum of RGB (Red+Green+Blue) = 253+79+166=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4FA6 is #02B059. Grayscale: #8C8C8C. Windows color (decimal): -176218 or 10899453. OLE color: 10899453.

HSL color Cylindrical-coordinate representation of color #FD4FA6: hue angle of 330º 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 #FD4FA6 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 79 166 -
CMYK 0 0.69 0.34 0.01
HSL 330º 0.98% 0.65% -
HSV(B) 330º 0.69% 0.99% -
XYZ 50.19 29.23 39.07 -
YUV 140.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 253 79 166 0 0.69 0.34 0.01 330 0.98 0.65
Hex FD 4F A6 0 45 22 1 14A 62 41
Octal 375 117 246 0 105 42 1 512 142 101
Binary 11111101 1001111 10100110 0 1000101 100010 1 101001010 1100010 1000001

Color Harmonies of #FD4FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4FA6

Black with #FD4FA6

Text Example


Text Example

White with #FD4FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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