Html Css Color HEX #FD6A9E Brilliant Rose

📋 copy color: '#FD6A9E'

red 253 ◦ green 106 ◦ blue 158

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

Shades of Brilliant Rose #FD6A9E

Tints of Brilliant Rose #FD6A9E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

 BLUE value IS 158 (62.11% from 255) = 30.56%

R = 48.94%
G = 20.5%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD6A9E (or 0xFD6A9E) is known color: Brilliant Rose. HEX triplet: FD, 6A and 9E. RGB value is (253,106,158). Sum of RGB (Red+Green+Blue) = 253+106+158=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6A9E is #029561. Grayscale: #9B9B9B. Windows color (decimal): -169314 or 10382077. OLE color: 10382077.

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

Color convert

RGB 253 106 158 -
CMYK 0 0.58 0.38 0.01
HSL 338.78º 0.97% 0.7% -
HSV(B) 338.78º 0.58% 0.99% -
XYZ 51.83 33.66 36.11 -
YUV 155.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 253 106 158 0 0.58 0.38 0.01 338.78 0.97 0.7
Hex FD 6A 9E 0 3A 26 1 153 61 46
Octal 375 152 236 0 72 46 1 523 141 106
Binary 11111101 1101010 10011110 0 111010 100110 1 101010011 1100001 1000110

Color Harmonies of #FD6A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A9E

Black with #FD6A9E

Text Example


Text Example

White with #FD6A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A9E; }

 p { color: rgb(253,106,158); }

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

background-color css

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

 a { background-color: rgb(253,106,158); }

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

border-color css

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

 span { border-color: rgb(253,106,158); }

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