Html Css Color HEX #F13ACF Razzle Dazzle Rose

📋 copy color: '#F13ACF'

red 241 ◦ green 58 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F13ACF

Tints of Razzle Dazzle Rose #F13ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.46%

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

R = 47.63%
G = 11.46%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F13ACF (or 0xF13ACF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and CF. RGB value is (241,58,207). Sum of RGB (Red+Green+Blue) = 241+58+207=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ACF is #0EC530. Grayscale: #818181. Windows color (decimal): -967985 or 13581041. OLE color: 13581041.

HSL color Cylindrical-coordinate representation of color #F13ACF: hue angle of 311.15º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13ACF is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 58 207 -
CMYK 0 0.76 0.14 0.05
HSL 311.15º 0.87% 0.59% -
HSV(B) 311.15º 0.76% 0.95% -
XYZ 49.05 26.23 61.51 -
YUV 129.7 171.63 207.38 -
System Red Green Blue C M Y K H S L
Decimal 241 58 207 0 0.76 0.14 0.05 311.15 0.87 0.59
Hex F1 3A CF 0 4C E 5 137 57 3B
Octal 361 72 317 0 114 16 5 467 127 73
Binary 11110001 111010 11001111 0 1001100 1110 101 100110111 1010111 111011

Color Harmonies of #F13ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13ACF

Black with #F13ACF

Text Example


Text Example

White with #F13ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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