Html Css Color HEX #F259B0 Brilliant Rose

📋 copy color: '#F259B0'

red 242 ◦ green 89 ◦ blue 176

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

Shades of Brilliant Rose #F259B0

Tints of Brilliant Rose #F259B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 47.73%
G = 17.55%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F259B0 (or 0xF259B0) is known color: Brilliant Rose. HEX triplet: F2, 59 and B0. RGB value is (242,89,176). Sum of RGB (Red+Green+Blue) = 242+89+176=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F259B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259B0 is #0DA64F. Grayscale: #909090. Windows color (decimal): -894544 or 11557362. OLE color: 11557362.

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

Color convert

RGB 242 89 176 -
CMYK 0 0.63 0.27 0.05
HSL 325.88º 0.85% 0.65% -
HSV(B) 325.88º 0.63% 0.95% -
XYZ 48.03 29.16 44.17 -
YUV 144.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 242 89 176 0 0.63 0.27 0.05 325.88 0.85 0.65
Hex F2 59 B0 0 3F 1B 5 146 55 41
Octal 362 131 260 0 77 33 5 506 125 101
Binary 11110010 1011001 10110000 0 111111 11011 101 101000110 1010101 1000001

Color Harmonies of #F259B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259B0

Black with #F259B0

Text Example


Text Example

White with #F259B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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