#FD35F1

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

Shades of Razzle Dazzle Rose #FD35F1

Tints of Razzle Dazzle Rose #FD35F1

Color information

#FD35F1 (or 0xFD35F1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 35 and F1. RGB value is (253,53,241). Sum of RGB (Red+Green+Blue) = 253+53+241=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 53 (21.09% from 255 or 9.69% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD35F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD35F1 is #02CA0E. Grayscale: #858585. Windows color (decimal): -182799 or 15807997. OLE color: 15807997.

HSL color Cylindrical-coordinate representation of color #FD35F1: hue angle of 303.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD35F1 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB25353241-
CMYK00.790.050.01
HSL303.6º98.04%60%-
HSV(B)303.6º79.05%99.22%-
XYZ57.6629.7885.93-
YUV134.23188.26212.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 53 (21.09% from 255) = 9.69%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=46.25%
G=9.69%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535324100.790.050.01303.698.0460
HexFD35F104F51130623c
Octal3756536101175146014274
Binary11111101110101111100010100111110111001100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD35F1; }

 p { color: rgb(253,53,241); }

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

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

 a { background-color: rgb(253,53,241); }

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

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

 span { border-color: rgb(253,53,241); }

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