Html Css Color HEX #F5629D Brilliant Rose

📋 copy color: '#F5629D'

red 245 ◦ green 98 ◦ blue 157

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

Shades of Brilliant Rose #F5629D

Tints of Brilliant Rose #F5629D

RGB

 RED value IS 245 (96.09% from 255) = 49%

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

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

R = 49%
G = 19.6%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5629D (or 0xF5629D) is known color: Brilliant Rose. HEX triplet: F5, 62 and 9D. RGB value is (245,98,157). Sum of RGB (Red+Green+Blue) = 245+98+157=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5629D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5629D is #0A9D62. Grayscale: #949494. Windows color (decimal): -695651 or 10314485. OLE color: 10314485.

HSL color Cylindrical-coordinate representation of color #F5629D: hue angle of 335.92º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5629D is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 157 -
CMYK 0 0.6 0.36 0.04
HSL 335.92º 0.88% 0.67% -
HSV(B) 335.92º 0.6% 0.96% -
XYZ 48.11 30.58 35.27 -
YUV 148.68 132.7 196.7 -
System Red Green Blue C M Y K H S L
Decimal 245 98 157 0 0.6 0.36 0.04 335.92 0.88 0.67
Hex F5 62 9D 0 3C 24 4 150 58 43
Octal 365 142 235 0 74 44 4 520 130 103
Binary 11110101 1100010 10011101 0 111100 100100 100 101010000 1011000 1000011

Color Harmonies of #F5629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5629D

Black with #F5629D

Text Example


Text Example

White with #F5629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5629D; }

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

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

background-color css

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

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

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

border-color css

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

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

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