Html Css Color HEX #F134E5 Razzle Dazzle Rose

📋 copy color: '#F134E5'

red 241 ◦ green 52 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F134E5

Tints of Razzle Dazzle Rose #F134E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 46.17%
G = 9.96%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F134E5 (or 0xF134E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and E5. RGB value is (241,52,229). Sum of RGB (Red+Green+Blue) = 241+52+229=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 52 (20.70% from 255 or 9.96% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F134E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134E5 is #0ECB1A. Grayscale: #808080. Windows color (decimal): -969499 or 15021297. OLE color: 15021297.

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

Color convert

RGB 241 52 229 -
CMYK 0 0.78 0.05 0.05
HSL 303.81º 0.87% 0.57% -
HSV(B) 303.81º 0.78% 0.95% -
XYZ 51.65 26.81 76.58 -
YUV 128.69 184.62 208.11 -
System Red Green Blue C M Y K H S L
Decimal 241 52 229 0 0.78 0.05 0.05 303.81 0.87 0.57
Hex F1 34 E5 0 4E 5 5 130 57 39
Octal 361 64 345 0 116 5 5 460 127 71
Binary 11110001 110100 11100101 0 1001110 101 101 100110000 1010111 111001

Color Harmonies of #F134E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134E5

Black with #F134E5

Text Example


Text Example

White with #F134E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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