Html Css Color HEX #FD629D Brilliant Rose

📋 copy color: '#FD629D'

red 253 ◦ green 98 ◦ blue 157

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

Shades of Brilliant Rose #FD629D

Tints of Brilliant Rose #FD629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.29%

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 49.8%
G = 19.29%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD629D (or 0xFD629D) is known color: Brilliant Rose. HEX triplet: FD, 62 and 9D. RGB value is (253,98,157). Sum of RGB (Red+Green+Blue) = 253+98+157=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD629D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD629D is #029D62. Grayscale: #969696. Windows color (decimal): -171363 or 10314493. OLE color: 10314493.

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

Color convert

RGB 253 98 157 -
CMYK 0 0.61 0.38 0.01
HSL 337.16º 0.97% 0.69% -
HSV(B) 337.16º 0.61% 0.99% -
XYZ 50.96 32.05 35.4 -
YUV 151.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 253 98 157 0 0.61 0.38 0.01 337.16 0.97 0.69
Hex FD 62 9D 0 3D 26 1 151 61 45
Octal 375 142 235 0 75 46 1 521 141 105
Binary 11111101 1100010 10011101 0 111101 100110 1 101010001 1100001 1000101

Color Harmonies of #FD629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD629D

Black with #FD629D

Text Example


Text Example

White with #FD629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD629D; }

 p { color: rgb(253,98,157); }

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

background-color css

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

 a { background-color: rgb(253,98,157); }

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

border-color css

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

 span { border-color: rgb(253,98,157); }

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