Html Css Color HEX #F036F1 Razzle Dazzle Rose

📋 copy color: '#F036F1'

red 240 ◦ green 54 ◦ blue 241

#F036F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F036F1

Tints of Razzle Dazzle Rose #F036F1

RGB

 RED value IS 240 (94.14% from 255) = 44.86%

 GREEN value IS 54 (21.48% from 255) = 10.09%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 44.86%
G = 10.09%
B = 45.05%

CMYK

 C value IS 0.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F036F1 (or 0xF036F1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and F1. RGB value is (240,54,241). Sum of RGB (Red+Green+Blue) = 240+54+241=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 54 (21.48% from 255 or 10.09% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #F036F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F036F1 is #0FC90E. Grayscale: #828282. Windows color (decimal): -1034511 or 15808240. OLE color: 15808240.

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

Color convert

RGB 240 54 241 -
CMYK 0.00 0.78 0 0.05
HSL 299.68º 0.87% 0.58% -
HSV(B) 299.68º 0.78% 0.95% -
XYZ 53.13 27.51 85.73 -
YUV 130.93 190.12 205.79 -
System Red Green Blue C M Y K H S L
Decimal 240 54 241 0.00 0.78 0 0.05 299.68 0.87 0.58
Hex F0 36 F1 0 4E 0 5 12C 57 3A
Octal 360 66 361 0 116 0 5 454 127 72
Binary 11110000 110110 11110001 0 1001110 0 101 100101100 1010111 111010

Color Harmonies of #F036F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036F1

Black with #F036F1

Text Example


Text Example

White with #F036F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036F1; }

 p { color: rgb(240,54,241); }

 H1.HeaderClassName
 {
   color: #F036F1;
 }
 .AnyTagClassName
 {
   color: #F036F1;
 }
</style>

background-color css

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

 a { background-color: rgb(240,54,241); }

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

border-color css

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

 span { border-color: rgb(240,54,241); }

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