Html Css Color HEX #FD469C Brilliant Rose

📋 copy color: '#FD469C'

red 253 ◦ green 70 ◦ blue 156

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

Shades of Brilliant Rose #FD469C

Tints of Brilliant Rose #FD469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.61%

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 52.82%
G = 14.61%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD469C (or 0xFD469C) is known color: Brilliant Rose. HEX triplet: FD, 46 and 9C. RGB value is (253,70,156). Sum of RGB (Red+Green+Blue) = 253+70+156=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD469C is #02B963. Grayscale: #868686. Windows color (decimal): -178532 or 10241789. OLE color: 10241789.

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

Color convert

RGB 253 70 156 -
CMYK 0 0.72 0.38 0.01
HSL 331.8º 0.98% 0.63% -
HSV(B) 331.8º 0.72% 0.99% -
XYZ 48.7 27.66 34.23 -
YUV 134.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 253 70 156 0 0.72 0.38 0.01 331.8 0.98 0.63
Hex FD 46 9C 0 48 26 1 14C 62 3F
Octal 375 106 234 0 110 46 1 514 142 77
Binary 11111101 1000110 10011100 0 1001000 100110 1 101001100 1100010 111111

Color Harmonies of #FD469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD469C

Black with #FD469C

Text Example


Text Example

White with #FD469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD469C; }

 p { color: rgb(253,70,156); }

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

background-color css

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

 a { background-color: rgb(253,70,156); }

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

border-color css

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

 span { border-color: rgb(253,70,156); }

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