Html Css Color HEX #F25BA9 Brilliant Rose

📋 copy color: '#F25BA9'

red 242 ◦ green 91 ◦ blue 169

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

Shades of Brilliant Rose #F25BA9

Tints of Brilliant Rose #F25BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 48.21%
G = 18.13%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F25BA9 (or 0xF25BA9) is known color: Brilliant Rose. HEX triplet: F2, 5B and A9. RGB value is (242,91,169). Sum of RGB (Red+Green+Blue) = 242+91+169=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BA9 is #0DA456. Grayscale: #909090. Windows color (decimal): -894039 or 11099122. OLE color: 11099122.

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

Color convert

RGB 242 91 169 -
CMYK 0 0.62 0.30 0.05
HSL 329.01º 0.85% 0.65% -
HSV(B) 329.01º 0.62% 0.95% -
XYZ 47.52 29.22 40.67 -
YUV 145.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 242 91 169 0 0.62 0.30 0.05 329.01 0.85 0.65
Hex F2 5B A9 0 3E 1E 5 149 55 41
Octal 362 133 251 0 76 36 5 511 125 101
Binary 11110010 1011011 10101001 0 111110 11110 101 101001001 1010101 1000001

Color Harmonies of #F25BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BA9

Black with #F25BA9

Text Example


Text Example

White with #F25BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BA9; }

 p { color: rgb(242,91,169); }

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

background-color css

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

 a { background-color: rgb(242,91,169); }

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

border-color css

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

 span { border-color: rgb(242,91,169); }

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