Html Css Color HEX #F25BAE Brilliant Rose

📋 copy color: '#F25BAE'

red 242 ◦ green 91 ◦ blue 174

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

Shades of Brilliant Rose #F25BAE

Tints of Brilliant Rose #F25BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 47.73%
G = 17.95%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F25BAE (or 0xF25BAE) is known color: Brilliant Rose. HEX triplet: F2, 5B and AE. RGB value is (242,91,174). Sum of RGB (Red+Green+Blue) = 242+91+174=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BAE is #0DA451. Grayscale: #919191. Windows color (decimal): -894034 or 11426802. OLE color: 11426802.

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

Color convert

RGB 242 91 174 -
CMYK 0 0.62 0.28 0.05
HSL 327.02º 0.85% 0.65% -
HSV(B) 327.02º 0.62% 0.95% -
XYZ 48 29.42 43.19 -
YUV 145.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 242 91 174 0 0.62 0.28 0.05 327.02 0.85 0.65
Hex F2 5B AE 0 3E 1C 5 147 55 41
Octal 362 133 256 0 76 34 5 507 125 101
Binary 11110010 1011011 10101110 0 111110 11100 101 101000111 1010101 1000001

Color Harmonies of #F25BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BAE

Black with #F25BAE

Text Example


Text Example

White with #F25BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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