#F24BBA

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

Shades of Brilliant Rose #F24BBA

Tints of Brilliant Rose #F24BBA

Color information

#F24BBA (or 0xF24BBA) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4B and BA. RGB value is (242,75,186). Sum of RGB (Red+Green+Blue) = 242+75+186=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24BBA is #0DB445. Grayscale: #898989. Windows color (decimal): -898118 or 12209138. OLE color: 12209138.

HSL color Cylindrical-coordinate representation of color #F24BBA: hue angle of 320.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24BBA is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24275186-
CMYK00.690.230.05
HSL320.12º86.53%62.16%-
HSV(B)320.12º69.01%94.9%-
XYZ4827.4549.22-
YUV137.59155.33202.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 75 (29.69% from 255) = 14.91%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=48.11%
G=14.91%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427518600.690.230.05320.1286.5362.16
HexF24BBA045175140573e
Octal362113272010527550012776
Binary1111001010010111011101001000101101111011010000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24BBA; }

 p { color: rgb(242,75,186); }

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

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

 a { background-color: rgb(242,75,186); }

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

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

 span { border-color: rgb(242,75,186); }

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