Html Css Color HEX #F134F0 Razzle Dazzle Rose

📋 copy color: '#F134F0'

red 241 ◦ green 52 ◦ blue 240

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

Shades of Razzle Dazzle Rose #F134F0

Tints of Razzle Dazzle Rose #F134F0

RGB

 RED value IS 241 (94.53% from 255) = 45.22%

 GREEN value IS 52 (20.7% from 255) = 9.76%

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 45.22%
G = 9.76%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F134F0 (or 0xF134F0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and F0. RGB value is (241,52,240). Sum of RGB (Red+Green+Blue) = 241+52+240=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 52 (20.70% from 255 or 9.76% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F134F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F134F0 is #0ECB0F. Grayscale: #818181. Windows color (decimal): -969488 or 15742193. OLE color: 15742193.

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

Color convert

RGB 241 52 240 -
CMYK 0 0.78 0.00 0.05
HSL 300.32º 0.87% 0.57% -
HSV(B) 300.32º 0.78% 0.95% -
XYZ 53.23 27.45 84.93 -
YUV 129.94 190.12 207.21 -
System Red Green Blue C M Y K H S L
Decimal 241 52 240 0 0.78 0.00 0.05 300.32 0.87 0.57
Hex F1 34 F0 0 4E 0 5 12C 57 39
Octal 361 64 360 0 116 0 5 454 127 71
Binary 11110001 110100 11110000 0 1001110 0 101 100101100 1010111 111001

Color Harmonies of #F134F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134F0

Black with #F134F0

Text Example


Text Example

White with #F134F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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