#F25CA1

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

Shades of Brilliant Rose #F25CA1

Tints of Brilliant Rose #F25CA1

Color information

#F25CA1 (or 0xF25CA1) is unknown color: approx Brilliant Rose. HEX triplet: F2, 5C and A1. RGB value is (242,92,161). Sum of RGB (Red+Green+Blue) = 242+92+161=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25CA1 is #0DA35E. Grayscale: #909090. Windows color (decimal): -893791 or 10575090. OLE color: 10575090.

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

Color convert

RGB24292161-
CMYK00.620.330.05
HSL332.4º85.23%65.49%-
HSV(B)332.4º61.98%94.9%-
XYZ46.8829.136.87-
YUV144.72137.2197.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=48.89%
G=18.59%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429216100.620.330.05332.485.2365.49
HexF25CA103E21514c5541
Octal362134241076415514125101
Binary11110010101110010100001011111010000110110100110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25CA1; }

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

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

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

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

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

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

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

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