Html Css Color HEX #F134D0 Razzle Dazzle Rose

📋 copy color: '#F134D0'

red 241 ◦ green 52 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F134D0

Tints of Razzle Dazzle Rose #F134D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 48.1%
G = 10.38%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F134D0 (or 0xF134D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and D0. RGB value is (241,52,208). Sum of RGB (Red+Green+Blue) = 241+52+208=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F134D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134D0 is #0ECB2F. Grayscale: #7D7D7D. Windows color (decimal): -969520 or 13645041. OLE color: 13645041.

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

Color convert

RGB 241 52 208 -
CMYK 0 0.78 0.14 0.05
HSL 310.48º 0.87% 0.57% -
HSV(B) 310.48º 0.78% 0.95% -
XYZ 48.89 25.71 62.06 -
YUV 126.3 174.12 209.82 -
System Red Green Blue C M Y K H S L
Decimal 241 52 208 0 0.78 0.14 0.05 310.48 0.87 0.57
Hex F1 34 D0 0 4E E 5 136 57 39
Octal 361 64 320 0 116 16 5 466 127 71
Binary 11110001 110100 11010000 0 1001110 1110 101 100110110 1010111 111001

Color Harmonies of #F134D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134D0

Black with #F134D0

Text Example


Text Example

White with #F134D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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