#F243BA

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

Shades of Razzle Dazzle Rose #F243BA

Tints of Razzle Dazzle Rose #F243BA

Color information

#F243BA (or 0xF243BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 43 and BA. RGB value is (242,67,186). Sum of RGB (Red+Green+Blue) = 242+67+186=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F243BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F243BA is #0DBC45. Grayscale: #848484. Windows color (decimal): -900166 or 12207090. OLE color: 12207090.

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

Color convert

RGB24267186-
CMYK00.720.230.05
HSL319.2º87.06%60.59%-
HSV(B)319.2º72.31%94.9%-
XYZ47.4926.4449.05-
YUV132.89157.98205.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 67 (26.56% from 255) = 13.54%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=48.89%
G=13.54%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426718600.720.230.05319.287.0660.59
HexF243BA04817513f573d
Octal362103272011027547712775
Binary1111001010000111011101001001000101111011001111111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F243BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F243BA; }

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

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

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

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

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

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

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

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