Html Css Color HEX #FD619C Brilliant Rose

📋 copy color: '#FD619C'

red 253 ◦ green 97 ◦ blue 156

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

Shades of Brilliant Rose #FD619C

Tints of Brilliant Rose #FD619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

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

R = 50%
G = 19.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD619C (or 0xFD619C) is known color: Brilliant Rose. HEX triplet: FD, 61 and 9C. RGB value is (253,97,156). Sum of RGB (Red+Green+Blue) = 253+97+156=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD619C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD619C is #029E63. Grayscale: #969696. Windows color (decimal): -171620 or 10248701. OLE color: 10248701.

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

Color convert

RGB 253 97 156 -
CMYK 0 0.62 0.38 0.01
HSL 337.31º 0.98% 0.69% -
HSV(B) 337.31º 0.62% 0.99% -
XYZ 50.78 31.83 34.92 -
YUV 150.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 253 97 156 0 0.62 0.38 0.01 337.31 0.98 0.69
Hex FD 61 9C 0 3E 26 1 151 62 45
Octal 375 141 234 0 76 46 1 521 142 105
Binary 11111101 1100001 10011100 0 111110 100110 1 101010001 1100010 1000101

Color Harmonies of #FD619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD619C

Black with #FD619C

Text Example


Text Example

White with #FD619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD619C; }

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

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

background-color css

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

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

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

border-color css

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

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

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