Html Css Color HEX #F25BA0 Brilliant Rose

📋 copy color: '#F25BA0'

red 242 ◦ green 91 ◦ blue 160

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

Shades of Brilliant Rose #F25BA0

Tints of Brilliant Rose #F25BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 49.09%
G = 18.46%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F25BA0 (or 0xF25BA0) is known color: Brilliant Rose. HEX triplet: F2, 5B and A0. RGB value is (242,91,160). Sum of RGB (Red+Green+Blue) = 242+91+160=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BA0 is #0DA45F. Grayscale: #8F8F8F. Windows color (decimal): -894048 or 10509298. OLE color: 10509298.

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

Color convert

RGB 242 91 160 -
CMYK 0 0.62 0.34 0.05
HSL 332.58º 0.85% 0.65% -
HSV(B) 332.58º 0.62% 0.95% -
XYZ 46.7 28.9 36.37 -
YUV 144.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 242 91 160 0 0.62 0.34 0.05 332.58 0.85 0.65
Hex F2 5B A0 0 3E 22 5 14D 55 41
Octal 362 133 240 0 76 42 5 515 125 101
Binary 11110010 1011011 10100000 0 111110 100010 101 101001101 1010101 1000001

Color Harmonies of #F25BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BA0

Black with #F25BA0

Text Example


Text Example

White with #F25BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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