Html Css Color HEX #F143D1 Razzle Dazzle Rose

📋 copy color: '#F143D1'

red 241 ◦ green 67 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F143D1

Tints of Razzle Dazzle Rose #F143D1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.96%

 BLUE value IS 209 (82.03% from 255) = 40.43%

R = 46.62%
G = 12.96%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F143D1 (or 0xF143D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and D1. RGB value is (241,67,209). Sum of RGB (Red+Green+Blue) = 241+67+209=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F143D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143D1 is #0EBC2E. Grayscale: #868686. Windows color (decimal): -965679 or 13714417. OLE color: 13714417.

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

Color convert

RGB 241 67 209 -
CMYK 0 0.72 0.13 0.05
HSL 311.03º 0.86% 0.6% -
HSV(B) 311.03º 0.72% 0.95% -
XYZ 49.79 27.32 62.97 -
YUV 135.21 169.65 203.45 -
System Red Green Blue C M Y K H S L
Decimal 241 67 209 0 0.72 0.13 0.05 311.03 0.86 0.6
Hex F1 43 D1 0 48 D 5 137 56 3C
Octal 361 103 321 0 110 15 5 467 126 74
Binary 11110001 1000011 11010001 0 1001000 1101 101 100110111 1010110 111100

Color Harmonies of #F143D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143D1

Black with #F143D1

Text Example


Text Example

White with #F143D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143D1; }

 p { color: rgb(241,67,209); }

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

background-color css

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

 a { background-color: rgb(241,67,209); }

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

border-color css

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

 span { border-color: rgb(241,67,209); }

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