Html Css Color HEX #FD569C Brilliant Rose

📋 copy color: '#FD569C'

red 253 ◦ green 86 ◦ blue 156

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

Shades of Brilliant Rose #FD569C

Tints of Brilliant Rose #FD569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.37%

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

R = 51.11%
G = 17.37%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD569C (or 0xFD569C) is known color: Brilliant Rose. HEX triplet: FD, 56 and 9C. RGB value is (253,86,156). Sum of RGB (Red+Green+Blue) = 253+86+156=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD569C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD569C is #02A963. Grayscale: #8F8F8F. Windows color (decimal): -174436 or 10245885. OLE color: 10245885.

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

Color convert

RGB 253 86 156 -
CMYK 0 0.66 0.38 0.01
HSL 334.85º 0.98% 0.66% -
HSV(B) 334.85º 0.66% 0.99% -
XYZ 49.84 29.94 34.6 -
YUV 143.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 253 86 156 0 0.66 0.38 0.01 334.85 0.98 0.66
Hex FD 56 9C 0 42 26 1 14F 62 42
Octal 375 126 234 0 102 46 1 517 142 102
Binary 11111101 1010110 10011100 0 1000010 100110 1 101001111 1100010 1000010

Color Harmonies of #FD569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD569C

Black with #FD569C

Text Example


Text Example

White with #FD569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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