Html Css Color HEX #F259A3 Brilliant Rose

📋 copy color: '#F259A3'

red 242 ◦ green 89 ◦ blue 163

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

Shades of Brilliant Rose #F259A3

Tints of Brilliant Rose #F259A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33%

R = 48.99%
G = 18.02%
B = 33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F259A3 (or 0xF259A3) is known color: Brilliant Rose. HEX triplet: F2, 59 and A3. RGB value is (242,89,163). Sum of RGB (Red+Green+Blue) = 242+89+163=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F259A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259A3 is #0DA65C. Grayscale: #8F8F8F. Windows color (decimal): -894557 or 10705394. OLE color: 10705394.

HSL color Cylindrical-coordinate representation of color #F259A3: hue angle of 330.98º 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 #F259A3 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 163 -
CMYK 0 0.63 0.33 0.05
HSL 330.98º 0.85% 0.65% -
HSV(B) 330.98º 0.63% 0.95% -
XYZ 46.8 28.67 37.72 -
YUV 143.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 242 89 163 0 0.63 0.33 0.05 330.98 0.85 0.65
Hex F2 59 A3 0 3F 21 5 14B 55 41
Octal 362 131 243 0 77 41 5 513 125 101
Binary 11110010 1011001 10100011 0 111111 100001 101 101001011 1010101 1000001

Color Harmonies of #F259A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259A3

Black with #F259A3

Text Example


Text Example

White with #F259A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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