Html Css Color HEX #FD6598 Brilliant Rose

📋 copy color: '#FD6598'

red 253 ◦ green 101 ◦ blue 152

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

Shades of Brilliant Rose #FD6598

Tints of Brilliant Rose #FD6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.96%

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 50%
G = 19.96%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD6598 (or 0xFD6598) is known color: Brilliant Rose. HEX triplet: FD, 65 and 98. RGB value is (253,101,152). Sum of RGB (Red+Green+Blue) = 253+101+152=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6598 is #029A67. Grayscale: #989898. Windows color (decimal): -170600 or 9987581. OLE color: 9987581.

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

Color convert

RGB 253 101 152 -
CMYK 0 0.60 0.40 0.01
HSL 339.87º 0.97% 0.69% -
HSV(B) 339.87º 0.6% 0.99% -
XYZ 50.83 32.46 33.29 -
YUV 152.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 253 101 152 0 0.60 0.40 0.01 339.87 0.97 0.69
Hex FD 65 98 0 3C 28 1 154 61 45
Octal 375 145 230 0 74 50 1 524 141 105
Binary 11111101 1100101 10011000 0 111100 101000 1 101010100 1100001 1000101

Color Harmonies of #FD6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6598

Black with #FD6598

Text Example


Text Example

White with #FD6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6598; }

 p { color: rgb(253,101,152); }

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

background-color css

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

 a { background-color: rgb(253,101,152); }

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

border-color css

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

 span { border-color: rgb(253,101,152); }

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