Html Css Color HEX #F134ED Razzle Dazzle Rose

📋 copy color: '#F134ED'

red 241 ◦ green 52 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F134ED

Tints of Razzle Dazzle Rose #F134ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 45.47%
G = 9.81%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F134ED (or 0xF134ED) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and ED. RGB value is (241,52,237). Sum of RGB (Red+Green+Blue) = 241+52+237=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 52 (20.70% from 255 or 9.81% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F134ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F134ED is #0ECB12. Grayscale: #818181. Windows color (decimal): -969491 or 15545585. OLE color: 15545585.

HSL color Cylindrical-coordinate representation of color #F134ED: hue angle of 301.27º 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 #F134ED is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 52 237 -
CMYK 0 0.78 0.02 0.05
HSL 301.27º 0.87% 0.57% -
HSV(B) 301.27º 0.78% 0.95% -
XYZ 52.79 27.27 82.6 -
YUV 129.6 188.62 207.46 -
System Red Green Blue C M Y K H S L
Decimal 241 52 237 0 0.78 0.02 0.05 301.27 0.87 0.57
Hex F1 34 ED 0 4E 2 5 12D 57 39
Octal 361 64 355 0 116 2 5 455 127 71
Binary 11110001 110100 11101101 0 1001110 10 101 100101101 1010111 111001

Color Harmonies of #F134ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134ED

Black with #F134ED

Text Example


Text Example

White with #F134ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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