#F025C4

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

Shades of Razzle Dazzle Rose #F025C4

Tints of Razzle Dazzle Rose #F025C4

Color information

#F025C4 (or 0xF025C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 25 and C4. RGB value is (240,37,196). Sum of RGB (Red+Green+Blue) = 240+37+196=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F025C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F025C4 is #0FDA3B. Grayscale: #737373. Windows color (decimal): -1038908 or 12854768. OLE color: 12854768.

HSL color Cylindrical-coordinate representation of color #F025C4: hue angle of 313º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F025C4 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB24037196-
CMYK00.850.180.06
HSL313º87.12%54.31%-
HSV(B)313º84.58%94.12%-
XYZ46.5623.8354.37-
YUV115.82173.25216.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.74%
GREEN value IS 37 (14.84% from 255) = 7.82%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=50.74%
G=7.82%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403719600.850.180.0631387.1254.31
HexF025C40551261395736
Octal36045304012522647112766
Binary111100001001011100010001010101100101101001110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F025C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F025C4; }

 p { color: rgb(240,37,196); }

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

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

 a { background-color: rgb(240,37,196); }

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

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

 span { border-color: rgb(240,37,196); }

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