#F838CA

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

Shades of Razzle Dazzle Rose #F838CA

Tints of Razzle Dazzle Rose #F838CA

Color information

#F838CA (or 0xF838CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 38 and CA. RGB value is (248,56,202). Sum of RGB (Red+Green+Blue) = 248+56+202=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F838CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838CA is #07C735. Grayscale: #818181. Windows color (decimal): -509750 or 13252856. OLE color: 13252856.

HSL color Cylindrical-coordinate representation of color #F838CA: hue angle of 314.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F838CA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB24856202-
CMYK00.770.190.03
HSL314.38º93.2%59.61%-
HSV(B)314.38º77.42%97.25%-
XYZ50.7927.0558.42-
YUV130.05168.61212.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.01%
GREEN value IS 56 (22.27% from 255) = 11.07%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=49.01%
G=11.07%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485620200.770.190.03314.3893.259.61
HexF838CA04D13313a5d3c
Octal37070312011523347213574
Binary11111000111000110010100100110110011111001110101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F838CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F838CA; }

 p { color: rgb(248,56,202); }

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

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

 a { background-color: rgb(248,56,202); }

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

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

 span { border-color: rgb(248,56,202); }

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