Html Css Color HEX #FD629A Brilliant Rose

📋 copy color: '#FD629A'

red 253 ◦ green 98 ◦ blue 154

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

Shades of Brilliant Rose #FD629A

Tints of Brilliant Rose #FD629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 50.1%
G = 19.41%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD629A (or 0xFD629A) is known color: Brilliant Rose. HEX triplet: FD, 62 and 9A. RGB value is (253,98,154). Sum of RGB (Red+Green+Blue) = 253+98+154=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD629A is #029D65. Grayscale: #969696. Windows color (decimal): -171366 or 10117885. OLE color: 10117885.

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

Color convert

RGB 253 98 154 -
CMYK 0 0.61 0.39 0.01
HSL 338.32º 0.97% 0.69% -
HSV(B) 338.32º 0.61% 0.99% -
XYZ 50.71 31.95 34.07 -
YUV 150.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 253 98 154 0 0.61 0.39 0.01 338.32 0.97 0.69
Hex FD 62 9A 0 3D 27 1 152 61 45
Octal 375 142 232 0 75 47 1 522 141 105
Binary 11111101 1100010 10011010 0 111101 100111 1 101010010 1100001 1000101

Color Harmonies of #FD629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD629A

Black with #FD629A

Text Example


Text Example

White with #FD629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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