Html Css Color HEX #F134B8 Razzle Dazzle Rose

📋 copy color: '#F134B8'

red 241 ◦ green 52 ◦ blue 184

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

Shades of Razzle Dazzle Rose #F134B8

Tints of Razzle Dazzle Rose #F134B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 50.52%
G = 10.9%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F134B8 (or 0xF134B8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and B8. RGB value is (241,52,184). Sum of RGB (Red+Green+Blue) = 241+52+184=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F134B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134B8 is #0ECB47. Grayscale: #7B7B7B. Windows color (decimal): -969544 or 12072177. OLE color: 12072177.

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

Color convert

RGB 241 52 184 -
CMYK 0 0.78 0.24 0.05
HSL 318.1º 0.87% 0.57% -
HSV(B) 318.1º 0.78% 0.95% -
XYZ 46.16 24.62 47.67 -
YUV 123.56 162.12 211.77 -
System Red Green Blue C M Y K H S L
Decimal 241 52 184 0 0.78 0.24 0.05 318.1 0.87 0.57
Hex F1 34 B8 0 4E 18 5 13E 57 39
Octal 361 64 270 0 116 30 5 476 127 71
Binary 11110001 110100 10111000 0 1001110 11000 101 100111110 1010111 111001

Color Harmonies of #F134B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134B8

Black with #F134B8

Text Example


Text Example

White with #F134B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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