Html Css Color HEX #F141BA Razzle Dazzle Rose

📋 copy color: '#F141BA'

red 241 ◦ green 65 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F141BA

Tints of Razzle Dazzle Rose #F141BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 48.98%
G = 13.21%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F141BA (or 0xF141BA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and BA. RGB value is (241,65,186). Sum of RGB (Red+Green+Blue) = 241+65+186=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F141BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141BA is #0EBE45. Grayscale: #838383. Windows color (decimal): -966214 or 12206577. OLE color: 12206577.

HSL color Cylindrical-coordinate representation of color #F141BA: hue angle of 318.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141BA is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 65 186 -
CMYK 0 0.73 0.23 0.05
HSL 318.75º 0.86% 0.6% -
HSV(B) 318.75º 0.73% 0.95% -
XYZ 47.03 26.03 49 -
YUV 131.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 241 65 186 0 0.73 0.23 0.05 318.75 0.86 0.6
Hex F1 41 BA 0 49 17 5 13F 56 3C
Octal 361 101 272 0 111 27 5 477 126 74
Binary 11110001 1000001 10111010 0 1001001 10111 101 100111111 1010110 111100

Color Harmonies of #F141BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141BA

Black with #F141BA

Text Example


Text Example

White with #F141BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141BA; }

 p { color: rgb(241,65,186); }

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

background-color css

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

 a { background-color: rgb(241,65,186); }

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

border-color css

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

 span { border-color: rgb(241,65,186); }

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