Html Css Color HEX #F259A1 Brilliant Rose

📋 copy color: '#F259A1'

red 242 ◦ green 89 ◦ blue 161

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

Shades of Brilliant Rose #F259A1

Tints of Brilliant Rose #F259A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.72%

R = 49.19%
G = 18.09%
B = 32.72%

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

#F259A1 (or 0xF259A1) is known color: Brilliant Rose. HEX triplet: F2, 59 and A1. RGB value is (242,89,161). Sum of RGB (Red+Green+Blue) = 242+89+161=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F259A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259A1 is #0DA65E. Grayscale: #8E8E8E. Windows color (decimal): -894559 or 10574322. OLE color: 10574322.

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

Color convert

RGB 242 89 161 -
CMYK 0 0.63 0.33 0.05
HSL 331.76º 0.85% 0.65% -
HSV(B) 331.76º 0.63% 0.95% -
XYZ 46.62 28.6 36.78 -
YUV 142.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 242 89 161 0 0.63 0.33 0.05 331.76 0.85 0.65
Hex F2 59 A1 0 3F 21 5 14C 55 41
Octal 362 131 241 0 77 41 5 514 125 101
Binary 11110010 1011001 10100001 0 111111 100001 101 101001100 1010101 1000001

Color Harmonies of #F259A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259A1

Black with #F259A1

Text Example


Text Example

White with #F259A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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