Html Css Color HEX #F259AD Brilliant Rose

📋 copy color: '#F259AD'

red 242 ◦ green 89 ◦ blue 173

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

Shades of Brilliant Rose #F259AD

Tints of Brilliant Rose #F259AD

RGB

 RED value IS 242 (94.92% from 255) = 48.02%

 GREEN value IS 89 (35.16% from 255) = 17.66%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 48.02%
G = 17.66%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F259AD (or 0xF259AD) is known color: Brilliant Rose. HEX triplet: F2, 59 and AD. RGB value is (242,89,173). Sum of RGB (Red+Green+Blue) = 242+89+173=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F259AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259AD is #0DA652. Grayscale: #909090. Windows color (decimal): -894547 or 11360754. OLE color: 11360754.

HSL color Cylindrical-coordinate representation of color #F259AD: hue angle of 327.06º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259AD is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 173 -
CMYK 0 0.63 0.29 0.05
HSL 327.06º 0.85% 0.65% -
HSV(B) 327.06º 0.63% 0.95% -
XYZ 47.73 29.04 42.62 -
YUV 144.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 242 89 173 0 0.63 0.29 0.05 327.06 0.85 0.65
Hex F2 59 AD 0 3F 1D 5 147 55 41
Octal 362 131 255 0 77 35 5 507 125 101
Binary 11110010 1011001 10101101 0 111111 11101 101 101000111 1010101 1000001

Color Harmonies of #F259AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259AD

Black with #F259AD

Text Example


Text Example

White with #F259AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259AD; }

 p { color: rgb(242,89,173); }

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

background-color css

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

 a { background-color: rgb(242,89,173); }

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

border-color css

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

 span { border-color: rgb(242,89,173); }

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