#F25CAB

Color #F25CAB Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F25CAB

Tints of Brilliant Rose #F25CAB

Color information

#F25CAB (or 0xF25CAB) is unknown color: approx Brilliant Rose. HEX triplet: F2, 5C and AB. RGB value is (242,92,171). Sum of RGB (Red+Green+Blue) = 242+92+171=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25CAB is #0DA354. Grayscale: #919191. Windows color (decimal): -893781 or 11230450. OLE color: 11230450.

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

Color convert

RGB24292171-
CMYK00.620.290.05
HSL328.4º85.23%65.49%-
HSV(B)328.4º61.98%94.9%-
XYZ47.829.4741.7-
YUV145.86142.2196.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=47.92%
G=18.22%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429217100.620.290.05328.485.2365.49
HexF25CAB03E1D51485541
Octal362134253076355510125101
Binary1111001010111001010101101111101110110110100100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25CAB; }

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

 H1.HeaderClassName
 {
   color: #F25CAB;
 }
 .AnyTagClassName
 {
   color: #F25CAB;
 }
</style>
background-color css

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

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

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

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

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

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