Html Css Color HEX #F143D4 Razzle Dazzle Rose

📋 copy color: '#F143D4'

red 241 ◦ green 67 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F143D4

Tints of Razzle Dazzle Rose #F143D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.77%

R = 46.35%
G = 12.88%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F143D4 (or 0xF143D4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and D4. RGB value is (241,67,212). Sum of RGB (Red+Green+Blue) = 241+67+212=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 67 (26.56% from 255 or 12.88% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F143D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143D4 is #0EBC2B. Grayscale: #878787. Windows color (decimal): -965676 or 13911025. OLE color: 13911025.

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

Color convert

RGB 241 67 212 -
CMYK 0 0.72 0.12 0.05
HSL 310º 0.86% 0.6% -
HSV(B) 310º 0.72% 0.95% -
XYZ 50.17 27.47 64.95 -
YUV 135.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 241 67 212 0 0.72 0.12 0.05 310 0.86 0.6
Hex F1 43 D4 0 48 C 5 136 56 3C
Octal 361 103 324 0 110 14 5 466 126 74
Binary 11110001 1000011 11010100 0 1001000 1100 101 100110110 1010110 111100

Color Harmonies of #F143D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143D4

Black with #F143D4

Text Example


Text Example

White with #F143D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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