Html Css Color HEX #F25BAB Brilliant Rose

📋 copy color: '#F25BAB'

red 242 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #F25BAB

Tints of Brilliant Rose #F25BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 48.02%
G = 18.06%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F25BAB (or 0xF25BAB) is known color: Brilliant Rose. HEX triplet: F2, 5B and AB. RGB value is (242,91,171). Sum of RGB (Red+Green+Blue) = 242+91+171=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BAB is #0DA454. Grayscale: #919191. Windows color (decimal): -894037 or 11230194. OLE color: 11230194.

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

Color convert

RGB 242 91 171 -
CMYK 0 0.62 0.29 0.05
HSL 328.21º 0.85% 0.65% -
HSV(B) 328.21º 0.62% 0.95% -
XYZ 47.71 29.3 41.67 -
YUV 145.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 242 91 171 0 0.62 0.29 0.05 328.21 0.85 0.65
Hex F2 5B AB 0 3E 1D 5 148 55 41
Octal 362 133 253 0 76 35 5 510 125 101
Binary 11110010 1011011 10101011 0 111110 11101 101 101001000 1010101 1000001

Color Harmonies of #F25BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BAB

Black with #F25BAB

Text Example


Text Example

White with #F25BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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