Html Css Color HEX #F134D2 Razzle Dazzle Rose

📋 copy color: '#F134D2'

red 241 ◦ green 52 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F134D2

Tints of Razzle Dazzle Rose #F134D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.75%

R = 47.91%
G = 10.34%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F134D2 (or 0xF134D2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and D2. RGB value is (241,52,210). Sum of RGB (Red+Green+Blue) = 241+52+210=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F134D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134D2 is #0ECB2D. Grayscale: #7E7E7E. Windows color (decimal): -969518 or 13776113. OLE color: 13776113.

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

Color convert

RGB 241 52 210 -
CMYK 0 0.78 0.13 0.05
HSL 309.84º 0.87% 0.57% -
HSV(B) 309.84º 0.78% 0.95% -
XYZ 49.14 25.81 63.36 -
YUV 126.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 241 52 210 0 0.78 0.13 0.05 309.84 0.87 0.57
Hex F1 34 D2 0 4E D 5 136 57 39
Octal 361 64 322 0 116 15 5 466 127 71
Binary 11110001 110100 11010010 0 1001110 1101 101 100110110 1010111 111001

Color Harmonies of #F134D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134D2

Black with #F134D2

Text Example


Text Example

White with #F134D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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