Html Css Color HEX #F141CF Razzle Dazzle Rose

📋 copy color: '#F141CF'

red 241 ◦ green 65 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F141CF

Tints of Razzle Dazzle Rose #F141CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 46.98%
G = 12.67%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F141CF (or 0xF141CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and CF. RGB value is (241,65,207). Sum of RGB (Red+Green+Blue) = 241+65+207=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F141CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141CF is #0EBE30. Grayscale: #858585. Windows color (decimal): -966193 or 13582833. OLE color: 13582833.

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

Color convert

RGB 241 65 207 -
CMYK 0 0.73 0.14 0.05
HSL 311.59º 0.86% 0.6% -
HSV(B) 311.59º 0.73% 0.95% -
XYZ 49.43 26.99 61.64 -
YUV 133.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 241 65 207 0 0.73 0.14 0.05 311.59 0.86 0.6
Hex F1 41 CF 0 49 E 5 138 56 3C
Octal 361 101 317 0 111 16 5 470 126 74
Binary 11110001 1000001 11001111 0 1001001 1110 101 100111000 1010110 111100

Color Harmonies of #F141CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141CF

Black with #F141CF

Text Example


Text Example

White with #F141CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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