Html Css Color HEX #F25BA5 Brilliant Rose

📋 copy color: '#F25BA5'

red 242 ◦ green 91 ◦ blue 165

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

Shades of Brilliant Rose #F25BA5

Tints of Brilliant Rose #F25BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 48.59%
G = 18.27%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F25BA5 (or 0xF25BA5) is known color: Brilliant Rose. HEX triplet: F2, 5B and A5. RGB value is (242,91,165). Sum of RGB (Red+Green+Blue) = 242+91+165=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BA5 is #0DA45A. Grayscale: #909090. Windows color (decimal): -894043 or 10836978. OLE color: 10836978.

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

Color convert

RGB 242 91 165 -
CMYK 0 0.62 0.32 0.05
HSL 330.6º 0.85% 0.65% -
HSV(B) 330.6º 0.62% 0.95% -
XYZ 47.15 29.08 38.72 -
YUV 144.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 242 91 165 0 0.62 0.32 0.05 330.6 0.85 0.65
Hex F2 5B A5 0 3E 20 5 14B 55 41
Octal 362 133 245 0 76 40 5 513 125 101
Binary 11110010 1011011 10100101 0 111110 100000 101 101001011 1010101 1000001

Color Harmonies of #F25BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BA5

Black with #F25BA5

Text Example


Text Example

White with #F25BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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