Html Css Color HEX #F25AAB Brilliant Rose

📋 copy color: '#F25AAB'

red 242 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #F25AAB

Tints of Brilliant Rose #F25AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

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

R = 48.11%
G = 17.89%
B = 34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F25AAB (or 0xF25AAB) is known color: Brilliant Rose. HEX triplet: F2, 5A and AB. RGB value is (242,90,171). Sum of RGB (Red+Green+Blue) = 242+90+171=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25AAB is #0DA554. Grayscale: #909090. Windows color (decimal): -894293 or 11229938. OLE color: 11229938.

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

Color convert

RGB 242 90 171 -
CMYK 0 0.63 0.29 0.05
HSL 328.03º 0.85% 0.65% -
HSV(B) 328.03º 0.63% 0.95% -
XYZ 47.62 29.13 41.64 -
YUV 144.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 242 90 171 0 0.63 0.29 0.05 328.03 0.85 0.65
Hex F2 5A AB 0 3F 1D 5 148 55 41
Octal 362 132 253 0 77 35 5 510 125 101
Binary 11110010 1011010 10101011 0 111111 11101 101 101001000 1010101 1000001

Color Harmonies of #F25AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AAB

Black with #F25AAB

Text Example


Text Example

White with #F25AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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