Html Css Color HEX #FD629C Brilliant Rose

📋 copy color: '#FD629C'

red 253 ◦ green 98 ◦ blue 156

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

Shades of Brilliant Rose #FD629C

Tints of Brilliant Rose #FD629C

RGB

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

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

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

R = 49.9%
G = 19.33%
B = 30.77%

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

#FD629C (or 0xFD629C) is known color: Brilliant Rose. HEX triplet: FD, 62 and 9C. RGB value is (253,98,156). Sum of RGB (Red+Green+Blue) = 253+98+156=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD629C is #029D63. Grayscale: #969696. Windows color (decimal): -171364 or 10248957. OLE color: 10248957.

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

Color convert

RGB 253 98 156 -
CMYK 0 0.61 0.38 0.01
HSL 337.55º 0.97% 0.69% -
HSV(B) 337.55º 0.61% 0.99% -
XYZ 50.88 32.02 34.95 -
YUV 150.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 253 98 156 0 0.61 0.38 0.01 337.55 0.97 0.69
Hex FD 62 9C 0 3D 26 1 152 61 45
Octal 375 142 234 0 75 46 1 522 141 105
Binary 11111101 1100010 10011100 0 111101 100110 1 101010010 1100001 1000101

Color Harmonies of #FD629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD629C

Black with #FD629C

Text Example


Text Example

White with #FD629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD629C; }

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

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

background-color css

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

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

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

border-color css

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

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

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